C# Class System.Diagnostics.RemoteExecutorTestBase.RemoteInvokeHandle

A cleanup handle to the Process created for the remote invocation.
Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
Dispose ( ) : void
RemoteInvokeHandle ( Process process, RemoteInvokeOptions options ) : System.IO

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RemoteInvokeHandle() public méthode

public RemoteInvokeHandle ( Process process, RemoteInvokeOptions options ) : System.IO
process Process
options RemoteInvokeOptions
Résultat System.IO