C# Class Emveepee.Widgets.ProfilerProcess

Exibir arquivo Open project: mono/emveepee Class Usage Examples

Public Methods

Method Description
Kill ( ) : void
Pause ( ) : void
ProfilerProcess ( ProfileConfiguration config ) : System
ProfilerProcess ( ProfileConfiguration config, Process proc ) : System
Resume ( ) : void
Start ( ) : void

Private Methods

Method Description
OnExited ( ) : void
OnPaused ( ) : void

Method Details

Kill() public method

public Kill ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

ProfilerProcess() public method

public ProfilerProcess ( ProfileConfiguration config ) : System
config ProfileConfiguration
return System

ProfilerProcess() public method

public ProfilerProcess ( ProfileConfiguration config, Process proc ) : System
config ProfileConfiguration
proc System.Diagnostics.Process
return System

Resume() public method

public Resume ( ) : void
return void

Start() public method

public Start ( ) : void
return void