C# Class Microsoft.ClearScript.Windows.DebugApplicationWrapper

Exibir arquivo Open project: hasaki/clearscript Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Create ( IDebugApplication32 debugApplication ) : DebugApplicationWrapper
Create ( IDebugApplication64 debugApplication ) : DebugApplicationWrapper
CreateApplicationNode ( IDebugApplicationNode &node ) : void
GetDebugger ( IApplicationDebugger &debugger ) : uint
GetRootNode ( IDebugApplicationNode &node ) : void
SetName ( string name ) : void

Method Details

Close() public abstract method

public abstract Close ( ) : void
return void

Create() public static method

public static Create ( IDebugApplication32 debugApplication ) : DebugApplicationWrapper
debugApplication IDebugApplication32
return DebugApplicationWrapper

Create() public static method

public static Create ( IDebugApplication64 debugApplication ) : DebugApplicationWrapper
debugApplication IDebugApplication64
return DebugApplicationWrapper

CreateApplicationNode() public abstract method

public abstract CreateApplicationNode ( IDebugApplicationNode &node ) : void
node IDebugApplicationNode
return void

GetDebugger() public abstract method

public abstract GetDebugger ( IApplicationDebugger &debugger ) : uint
debugger IApplicationDebugger
return uint

GetRootNode() public abstract method

public abstract GetRootNode ( IDebugApplicationNode &node ) : void
node IDebugApplicationNode
return void

SetName() public abstract method

public abstract SetName ( string name ) : void
name string
return void