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

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

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

Метод Описание
CanAddPort ( ) : int

Verifies that a port supplier can add new ports.

GetPort ( System.Guid &guidPort, Microsoft &ppPort ) : int

Gets a port from a port supplier.

GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int
PowerShellPortSupplier ( ) : System

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

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

Verifies that a port supplier can add new ports.
public CanAddPort ( ) : int
Результат int

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

Gets a port from a port supplier.
public GetPort ( System.Guid &guidPort, Microsoft &ppPort ) : int
guidPort System.Guid Globally unique identifier (GUID) of the port.
ppPort Microsoft Returns an IDebugPort2 object that represents the port.
Результат int

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

public GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int
pguidPortSupplier System.Guid
Результат int

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

public PowerShellPortSupplier ( ) : System
Результат System