C# Class Emveepee.Widgets.ProfilerSocket

Show file Open project: mono/emveepee Class Usage Examples

Private Properties

Property Type Description
OnPaused void
SendCommand string

Public Methods

Method Description
Pause ( ) : void
Resume ( ) : void

Private Methods

Method Description
OnPaused ( ) : void
SendCommand ( string cmd ) : string

Method Details

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void