C# 클래스 System.Diagnostics.RemoteExecutorTestBase

Base class used for all tests that need to spawn a remote process.
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
HostRunner string

비공개 메소드들

메소드 설명
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.

프로퍼티 상세

HostRunner 보호되어 있는 정적으로 프로퍼티

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