C# Class SoundSwitch.Framework.IPC.RemoteObjects.RemoteObject

Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: Belphemur/SoundSwitch

Public Methods

Method Description
GetVersion ( ) : string

Return the version of the server

StopApplication ( ) : void

Stop the application

Method Details

GetVersion() public method

Return the version of the server
public GetVersion ( ) : string
return string

StopApplication() public method

Stop the application
public StopApplication ( ) : void
return void