C# Class PowerStudio.DebugEngine.DebugPortNotify

Inheritance: IDebugPortNotify2
Datei anzeigen Open project: IntelliTect/PowerStudio

Public Methods

Method 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 method

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.
return int

RemoveProgramNode() public method

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.
return int