C# Class System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle

A cleanup handle to the Process created for the remote invocation.
Inheritance: IDisposable
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
RemoteInvokeHandle ( Process process, RemoteInvokeOptions options ) : System.IO

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RemoteInvokeHandle() public method

public RemoteInvokeHandle ( Process process, RemoteInvokeOptions options ) : System.IO
process Process
options RemoteInvokeOptions
return System.IO