C# Class Microsoft.ClearScript.Windows.DebugApplicationWrapper

Afficher le fichier Open project: hasaki/clearscript Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public abstract Close ( ) : void
Résultat void

Create() public static méthode

public static Create ( IDebugApplication32 debugApplication ) : DebugApplicationWrapper
debugApplication IDebugApplication32
Résultat DebugApplicationWrapper

Create() public static méthode

public static Create ( IDebugApplication64 debugApplication ) : DebugApplicationWrapper
debugApplication IDebugApplication64
Résultat DebugApplicationWrapper

CreateApplicationNode() public abstract méthode

public abstract CreateApplicationNode ( IDebugApplicationNode &node ) : void
node IDebugApplicationNode
Résultat void

GetDebugger() public abstract méthode

public abstract GetDebugger ( IApplicationDebugger &debugger ) : uint
debugger IApplicationDebugger
Résultat uint

GetRootNode() public abstract méthode

public abstract GetRootNode ( IDebugApplicationNode &node ) : void
node IDebugApplicationNode
Résultat void

SetName() public abstract méthode

public abstract SetName ( string name ) : void
name string
Résultat void