C# Class Microsoft.ClearScript.Windows.DebugApplicationWrapper64

Inheritance: DebugApplicationWrapper
Exibir arquivo Open project: hasaki/clearscript Class Usage Examples

Public Methods

Method Description
Close ( ) : void
CreateApplicationNode ( IDebugApplicationNode &node ) : void
DebugApplicationWrapper64 ( IDebugApplication64 debugApplication ) : System
GetDebugger ( IApplicationDebugger &debugger ) : uint
GetRootNode ( IDebugApplicationNode &node ) : void
SetName ( string name ) : void
Unwrap ( DebugApplicationWrapper wrapper ) : IDebugApplication64

Method Details

Close() public method

public Close ( ) : void
return void

CreateApplicationNode() public method

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

DebugApplicationWrapper64() public method

public DebugApplicationWrapper64 ( IDebugApplication64 debugApplication ) : System
debugApplication IDebugApplication64
return System

GetDebugger() public method

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

GetRootNode() public method

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

SetName() public method

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

Unwrap() public static method

public static Unwrap ( DebugApplicationWrapper wrapper ) : IDebugApplication64
wrapper DebugApplicationWrapper
return IDebugApplication64