PowerShellHtmlConsole.PSRemoteHost.PSRemoteHost C# (CSharp) Method

PSRemoteHost() public method

public PSRemoteHost ( InputOutputBuffers buffers, IPSRemoteHostCallback callbacks ) : System
buffers InputOutputBuffers
callbacks IPSRemoteHostCallback
return System
        public PSRemoteHost(InputOutputBuffers buffers, IPSRemoteHostCallback callbacks)
        {
            _callbacks = callbacks;
            _psRemoteUserInterface = new PSRemoteUserInterface(buffers);
        }