C# Class SoundSwitch.Framework.IPC.IPCClient

Inheritance: IDisposable
ファイルを表示 Open project: Belphemur/SoundSwitch Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetService ( ) : RemoteObject
IPCClient ( string serverURL ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetService() public method

public GetService ( ) : RemoteObject
return SoundSwitch.Framework.IPC.RemoteObjects.RemoteObject

IPCClient() public method

public IPCClient ( string serverURL ) : System
serverURL string
return System