C# Class PowerStudio.Debugger.PowerShellPortSupplier

Inheritance: PowerStudio.DebugEngine.DebugPortSupplier
Datei anzeigen Open project: IntelliTect/PowerStudio

Public Methods

Method Description
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

Method Details

CanAddPort() public method

Verifies that a port supplier can add new ports.
public CanAddPort ( ) : int
return int

GetPort() public method

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.
return int

GetPortSupplierId() public method

public GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int
pguidPortSupplier System.Guid
return int

PowerShellPortSupplier() public method

public PowerShellPortSupplier ( ) : System
return System