Interface IHackable
Interface for a hackable.
Namespace: SociallyDistant.Core.OS.Devices
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IHackable
Methods
GetVulnerabilities()
Gets an array of Vulnerability records indicating vulnerabilities this hackable is vulnerable to.
Declaration
Vulnerability[] GetVulnerabilities()
Returns
Type | Description |
---|---|
Vulnerability[] | An array of zero or more Vulnerability records. |