C# Class Pathfinder.Executable.BaseExecutable

Inheritance: ExeModule
Afficher le fichier Open project: Arkhist/Hacknet-Pathfinder

Méthodes publiques

Свойство Type Description
Args string[]

Méthodes publiques

Méthode Description
BaseExecutable ( Rectangle location, OS operatingSystem, Array args ) : System

Private Methods

Méthode Description
GetIdentifier ( ) : string

Method Details

BaseExecutable() public méthode

public BaseExecutable ( Rectangle location, OS operatingSystem, Array args ) : System
location Rectangle
operatingSystem OS
args Array
Résultat System

Property Details

Args public_oe property

public string[] Args
Résultat string[]