C# Class SoundSwitch.Framework.IPC.IPCClient

Inheritance: IDisposable
Afficher le fichier Open project: Belphemur/SoundSwitch Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetService ( ) : RemoteObject
IPCClient ( string serverURL ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetService() public méthode

public GetService ( ) : RemoteObject
Résultat SoundSwitch.Framework.IPC.RemoteObjects.RemoteObject

IPCClient() public méthode

public IPCClient ( string serverURL ) : System
serverURL string
Résultat System