Esempio n. 1
0
 internal HostInfo(PSHost host)
 {
     CheckHostChain(host, ref this._isHostNull, ref this._isHostUINull, ref this._isHostRawUINull);
     if (!this._isHostUINull && !this._isHostRawUINull)
     {
         this._hostDefaultData = System.Management.Automation.Remoting.HostDefaultData.Create(host.UI.RawUI);
     }
 }
Esempio n. 2
0
 internal HostInfo(PSHost host)
 {
     CheckHostChain(host, ref this._isHostNull, ref this._isHostUINull, ref this._isHostRawUINull);
     if (!this._isHostUINull && !this._isHostRawUINull)
     {
         this._hostDefaultData = System.Management.Automation.Remoting.HostDefaultData.Create(host.UI.RawUI);
     }
 }