Microsoft.Scripting.Runtime.SharedIO.GetStreamProxy C# (CSharp) Method

GetStreamProxy() public method

public GetStreamProxy ( ConsoleStreamType type ) : Stream
type ConsoleStreamType
return Stream
        public Stream GetStreamProxy(ConsoleStreamType type) {
            return new StreamProxy(this, type);
        }
    }