C# Class Microsoft.ClearScript.Windows.ProcessDebugManagerWrapper32

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

Méthodes publiques

Méthode Description
AddApplication ( DebugApplicationWrapper applicationWrapper, uint &cookie ) : void
CreateApplication ( DebugApplicationWrapper &applicationWrapper ) : void
ProcessDebugManagerWrapper32 ( ) : System
RemoveApplication ( uint cookie ) : void

Method Details

AddApplication() public méthode

public AddApplication ( DebugApplicationWrapper applicationWrapper, uint &cookie ) : void
applicationWrapper DebugApplicationWrapper
cookie uint
Résultat void

CreateApplication() public méthode

public CreateApplication ( DebugApplicationWrapper &applicationWrapper ) : void
applicationWrapper DebugApplicationWrapper
Résultat void

ProcessDebugManagerWrapper32() public méthode

public ProcessDebugManagerWrapper32 ( ) : System
Résultat System

RemoveApplication() public méthode

public RemoveApplication ( uint cookie ) : void
cookie uint
Résultat void