C# Class SkyNet.Pipe

Show file Open project: hipolipolopigus/SkyNet_Old

Public Properties

Property Type Description
dt long

Public Methods

Method 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

Method Description
GetStringCallback ( ) : object>.KeyValuePair

Method Details

GetCallback() public method

public GetCallback ( string Command, object Parameter ) : object
Command string
Parameter object
return object

Pipe() public method

public Pipe ( string Name ) : System
Name string
return System

Pipe() public method

public Pipe ( string Name, bool Connect = false ) : System
Name string
Connect bool
return System

WriteCommand() public method

public WriteCommand ( string Command, object Parameter ) : void
Command string
Parameter object
return void

WriteString() public method

public WriteString ( string MSG ) : void
MSG string
return void

Property Details

dt public static property

public static long dt
return long