C# 클래스 PowerStudio.Debugger.PowerShellPortSupplier

상속: PowerStudio.DebugEngine.DebugPortSupplier
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
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