C# Class Microsoft.ClearScript.Windows.DebugApplicationWrapper32

Inheritance: DebugApplicationWrapper
Mostra file Open project: hasaki/clearscript Class Usage Examples

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

CreateApplicationNode() public method

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

DebugApplicationWrapper32() public method

public DebugApplicationWrapper32 ( IDebugApplication32 debugApplication ) : System
debugApplication IDebugApplication32
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 ) : IDebugApplication32
wrapper DebugApplicationWrapper
return IDebugApplication32