C# Class PowerStudio.Debugger.PowerShellProcess

Inheritance: PowerStudio.DebugEngine.DebugProcess
ファイルを表示 Open project: IntelliTect/PowerStudio Class Usage Examples

Public Methods

Method Description
GetPort ( IDebugPort2 &ppPort ) : int

Gets the port that the process is running on.

PowerShellProcess ( IDebugPort2 port ) : System
PowerShellProcess ( IDebugPort2 port, System.Guid guid ) : System

Method Details

GetPort() public method

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

PowerShellProcess() public method

public PowerShellProcess ( IDebugPort2 port ) : System
port IDebugPort2
return System

PowerShellProcess() public method

public PowerShellProcess ( IDebugPort2 port, System.Guid guid ) : System
port IDebugPort2
guid System.Guid
return System