PowerStudio.Debugger.PowerShellProcess.PowerShellProcess C# (CSharp) Method

PowerShellProcess() public method

public PowerShellProcess ( IDebugPort2 port ) : System
port IDebugPort2
return System
        public PowerShellProcess( IDebugPort2 port )
            : this(port, Guid.NewGuid())
        {
            Logger.Debug( string.Empty );
        }

Same methods

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