C# Класс System.Diagnostics.RemoteExecutorTestBase

Base class used for all tests that need to spawn a remote process.
Наследование: System.IO.FileCleanupTestBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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