C# 클래스 PowerStudio.Debugger.PowerShellProcess

상속: PowerStudio.DebugEngine.DebugProcess
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

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