C# Class Pathfinder.Executable.BaseExecutable

Inheritance: ExeModule
Datei anzeigen Open project: Arkhist/Hacknet-Pathfinder

Public Properties

Property Type Description
Args string[]

Public Methods

Method Description
BaseExecutable ( Rectangle location, OS operatingSystem, Array args ) : System

Private Methods

Method Description
GetIdentifier ( ) : string

Method Details

BaseExecutable() public method

public BaseExecutable ( Rectangle location, OS operatingSystem, Array args ) : System
location Rectangle
operatingSystem OS
args Array
return System

Property Details

Args public_oe property

public string[] Args
return string[]