C# Class Microsoft.ClearScript.Windows.ProcessDebugManagerWrapper

Exibir arquivo Open project: hasaki/clearscript Class Usage Examples

Public Methods

Method Description
AddApplication ( DebugApplicationWrapper applicationWrapper, uint &cookie ) : void
Create ( ) : ProcessDebugManagerWrapper
CreateApplication ( DebugApplicationWrapper &applicationWrapper ) : void
RemoveApplication ( uint cookie ) : void

Method Details

AddApplication() public abstract method

public abstract AddApplication ( DebugApplicationWrapper applicationWrapper, uint &cookie ) : void
applicationWrapper DebugApplicationWrapper
cookie uint
return void

Create() public static method

public static Create ( ) : ProcessDebugManagerWrapper
return ProcessDebugManagerWrapper

CreateApplication() public abstract method

public abstract CreateApplication ( DebugApplicationWrapper &applicationWrapper ) : void
applicationWrapper DebugApplicationWrapper
return void

RemoveApplication() public abstract method

public abstract RemoveApplication ( uint cookie ) : void
cookie uint
return void