C# Class PowerStudio.Debugger.PowerShellPortSupplier

Inheritance: PowerStudio.DebugEngine.DebugPortSupplier
Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode 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 méthode

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

GetPort() public méthode

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.
Résultat int

GetPortSupplierId() public méthode

public GetPortSupplierId ( System.Guid &pguidPortSupplier ) : int
pguidPortSupplier System.Guid
Résultat int

PowerShellPortSupplier() public méthode

public PowerShellPortSupplier ( ) : System
Résultat System