C# Class Microsoft.ClearScript.Windows.ProcessDebugManagerWrapper

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

Méthodes publiques

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

Method Details

AddApplication() public abstract méthode

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

Create() public static méthode

public static Create ( ) : ProcessDebugManagerWrapper
Résultat ProcessDebugManagerWrapper

CreateApplication() public abstract méthode

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

RemoveApplication() public abstract méthode

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