C# 클래스 PowerStudio.Debugger.PowerShellProgramNode

상속: PowerStudio.DebugEngine.DebugProgramNode
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

메소드 설명
GetEngineInfo ( string &pbstrEngine, System.Guid &pguidEngine ) : int

Gets the name and identifier of the debug engine (DE) running a program.

GetHostPid ( AD_PROCESS_ID pHostProcessId ) : int

Gets the system process identifier for the process hosting the program.

PowerShellProgramNode ( PowerShellProcess process ) : System

메소드 상세

GetEngineInfo() 공개 메소드

Gets the name and identifier of the debug engine (DE) running a program.
public GetEngineInfo ( string &pbstrEngine, System.Guid &pguidEngine ) : int
pbstrEngine string Returns the name of the DE running the program (C++-specific: this can be a null pointer indicating that the caller is not interested in the name of the engine).
pguidEngine System.Guid Returns the globally unique identifier of the DE running the program (C++-specific: this can be a null pointer indicating that the caller is not interested in the GUID of the engine).
리턴 int

GetHostPid() 공개 메소드

Gets the system process identifier for the process hosting the program.
public GetHostPid ( AD_PROCESS_ID pHostProcessId ) : int
pHostProcessId AD_PROCESS_ID Returns the system process identifier for the hosting process.
리턴 int

PowerShellProgramNode() 공개 메소드

public PowerShellProgramNode ( PowerShellProcess process ) : System
process PowerShellProcess
리턴 System