C# Class MonoRemoteDebugger.SharedLib.Server.ClientSession

ファイルを表示 Open project: techl/MonoRemoteDebugger Class Usage Examples

Private Properties

Property Type Description
MonoProcessStarted void
StartDebugging void
StartMono void
_proc_Exited void

Public Methods

Method Description
ClientSession ( Socket socket ) : System
HandleSession ( ) : void

Private Methods

Method Description
MonoProcessStarted ( object sender, EventArgs e ) : void
StartDebugging ( StartDebuggingMessage msg ) : void
StartMono ( ApplicationType type ) : void
_proc_Exited ( object sender, EventArgs e ) : void

Method Details

ClientSession() public method

public ClientSession ( Socket socket ) : System
socket Socket
return System

HandleSession() public method

public HandleSession ( ) : void
return void