pipeclient class
Description
Provides the function to operate the channel for interprocess communication.
Notes
It is a class that is dynamically embedded when the Cooker runs.
This class is distributed as Rtype.Pipe.dll.
Note : Rtype.Pipe.dll is not included in the Cooker distribution archive. In order to use the class, please incorporate the dll file yourself.
DLL
Rtype.Pipe.dll
fitter
Signature | Description |
pipeclient() | Get a new instance of pipeclient class. |
pipeclient(string) | Get a new instance of the pipeclient class. |
getter
Signature | Description |
ChannelName | Gets the channel name. |
Direct getter call | Gets a item's value using Rice's getter call notation. |
Fitted | Gets a value that indicates whether this instance was already initialized. |
TypeName | Gets the type name. |
setter
Signature | Description |
Direct setter call | Sets a item's value using Rice's setter call notation. |
method
Signature | Description |
Clear() | Deletes all items on the channel. |
Contains(string) | Gets a value that indicates whether the specified item name exists in the channel. |
Count() | Gets the number of items in the channel. |
Get(string) | Gets the value of the item. |
Keys() | Gets a list of item names. |
Remove(string) | Deletes the specified item. |
Set(string,string) | Sets the value for the item. |
Values() | Gets a list of item values. |
Downloads for latest version.
Downloads the pipe and pipeclient class ver 1.0.0.0 for Any CPU.
Downloads the pipe and pipeclient class ver 1.0.0.0 for x86.
Downloads the pipe and pipeclient class ver 1.0.0.0 for x64.
Downloads the source of pipe and pipeclient class ver 1.0.0.0.
The above .dll and source files are distributed as a self-extracting archive of 7z format.