C# Class PowerStudio.Debugger.PowerShellProcess

Inheritance: PowerStudio.DebugEngine.DebugProcess
Afficher le fichier Open project: IntelliTect/PowerStudio Class Usage Examples

Méthodes publiques

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

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

PowerShellProcess() public méthode

public PowerShellProcess ( IDebugPort2 port ) : System
port IDebugPort2
Résultat System

PowerShellProcess() public méthode

public PowerShellProcess ( IDebugPort2 port, System.Guid guid ) : System
port IDebugPort2
guid System.Guid
Résultat System