C# Class SkyNet.Pipe

Afficher le fichier Open project: hipolipolopigus/SkyNet_Old

Méthodes publiques

Свойство Type Description
dt long

Méthodes publiques

Méthode Description
GetCallback ( string Command, object Parameter ) : object
Pipe ( string Name ) : System
Pipe ( string Name, bool Connect = false ) : System
WriteCommand ( string Command, object Parameter ) : void
WriteString ( string MSG ) : void

Private Methods

Méthode Description
GetStringCallback ( ) : object>.KeyValuePair

Method Details

GetCallback() public méthode

public GetCallback ( string Command, object Parameter ) : object
Command string
Parameter object
Résultat object

Pipe() public méthode

public Pipe ( string Name ) : System
Name string
Résultat System

Pipe() public méthode

public Pipe ( string Name, bool Connect = false ) : System
Name string
Connect bool
Résultat System

WriteCommand() public méthode

public WriteCommand ( string Command, object Parameter ) : void
Command string
Parameter object
Résultat void

WriteString() public méthode

public WriteString ( string MSG ) : void
MSG string
Résultat void

Property Details

dt public_oe static_oe property

public static long dt
Résultat long