C# Class System.Diagnostics.RemoteExecutorTestBase

Base class used for all tests that need to spawn a remote process.
Show file Open project: dotnet/corefx

Protected Properties

Property Type Description
HostRunner string

Private Methods

Method Description
RemoteInvoke ( Func method, RemoteInvokeOptions options = null ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

RemoteInvoke ( int>.Func method, string arg, RemoteInvokeOptions options = null ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

RemoteInvoke ( Func method, string arg1, string arg2, RemoteInvokeOptions options = null ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

RemoteInvoke ( Func method, string arg1, string arg2, string arg3, RemoteInvokeOptions options = null ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

RemoteInvoke ( MethodInfo method, string args, RemoteInvokeOptions options ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

RemoteInvokeRaw ( Delegate method, string unparsedArg, RemoteInvokeOptions options = null ) : RemoteInvokeHandle

Invokes the method from this assembly in another process using the specified arguments.

Property Details

HostRunner protected static property

The CoreCLR host used to host the test console app.
protected static string HostRunner
return string