C# 클래스 PowerStudio.DebugEngine.DebugPortNotify

상속: IDebugPortNotify2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
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.

메소드 상세

AddProgramNode() 공개 메소드

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.
리턴 int

RemoveProgramNode() 공개 메소드

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.
리턴 int