C# Class PowerStudio.DebugEngine.DebugPortNotify

Inheritance: IDebugPortNotify2
Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode Description
AddProgramNode ( IDebugProgramNode2 pProgramNode ) : int

Registers a program that can be debugged with the port it is running on.

A program node can be unregistered from the port by calling the IDebugPortNotify2::RemoveProgramNode method.

RemoveProgramNode ( IDebugProgramNode2 pProgramNode ) : int

Unregisters a program that can be debugged from the port it is running on.

Method Details

AddProgramNode() public méthode

Registers a program that can be debugged with the port it is running on.
A program node can be unregistered from the port by calling the IDebugPortNotify2::RemoveProgramNode method.
public AddProgramNode ( IDebugProgramNode2 pProgramNode ) : int
pProgramNode IDebugProgramNode2 An IDebugProgramNode2 object that represents the program to be registered.
Résultat int

RemoveProgramNode() public méthode

Unregisters a program that can be debugged from the port it is running on.
public RemoveProgramNode ( IDebugProgramNode2 pProgramNode ) : int
pProgramNode IDebugProgramNode2 An IDebugProgramNode2 object that represents the program to be unregistered.
Résultat int