System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle.RemoteInvokeHandle C# (CSharp) Method

RemoteInvokeHandle() public method

public RemoteInvokeHandle ( Process process, RemoteInvokeOptions options ) : System.IO
process Process
options RemoteInvokeOptions
return System.IO
            public RemoteInvokeHandle(Process process, RemoteInvokeOptions options)
            {
                Process = process;
                Options = options;
            }
RemoteExecutorTestBase.RemoteInvokeHandle