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

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

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

Метод Описание
GetPort ( IDebugPort2 &ppPort ) : int

Gets the port that the process is running on.

PowerShellProcess ( IDebugPort2 port ) : System
PowerShellProcess ( IDebugPort2 port, System.Guid guid ) : System

Описание методов

GetPort() публичный Метод

Gets the port that the process is running on.
public GetPort ( IDebugPort2 &ppPort ) : int
ppPort IDebugPort2 Returns an IDebugPort2 object that represents the port on which the process was launched.
Результат int

PowerShellProcess() публичный Метод

public PowerShellProcess ( IDebugPort2 port ) : System
port IDebugPort2
Результат System

PowerShellProcess() публичный Метод

public PowerShellProcess ( IDebugPort2 port, System.Guid guid ) : System
port IDebugPort2
guid System.Guid
Результат System