System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle.RemoteInvokeHandle C# (CSharp) Méthode

RemoteInvokeHandle() public méthode

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