C# Класс PowerStudio.Debugger.PowerShellProgramNode

Наследование: PowerStudio.DebugEngine.DebugProgramNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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