internal ServerRemoteHostUserInterface(System.Management.Automation.Remoting.ServerRemoteHost remoteHost)
 {
     this._remoteHost           = remoteHost;
     this._serverMethodExecutor = remoteHost.ServerMethodExecutor;
     this._rawUI = remoteHost.HostInfo.IsHostRawUINull ? null : new ServerRemoteHostRawUserInterface(this);
     AddHostDefaultData();
 }
Ejemplo n.º 2
0
        internal ServerRemoteHostUserInterface(System.Management.Automation.Remoting.ServerRemoteHost remoteHost)
        {
            this._remoteHost = remoteHost;
            this._serverMethodExecutor = remoteHost.ServerMethodExecutor;
            this._rawUI = remoteHost.HostInfo.IsHostRawUINull ? null : new ServerRemoteHostRawUserInterface(this);
			AddHostDefaultData();
        }