Vagabond


ILoadContextProxy<'T>

Namespace: MBrace.Vagabond.LoadContextPool

Proxy interface used for communicating with type loaded in remote AssemblyLoadContext

Instance members

Instance memberDescription
x.Execute(command)
Signature: (command:('T -> 'R)) -> 'R
Modifiers: abstract

Marshalls a command which will be executed in the remote AssemblyLoadContext

x.ExecuteAsync(command)
Signature: (command:('T -> Async<'R>)) -> Async<'R>
Modifiers: abstract

Marshalls a command which will be executed in the remote AssemblyLoadContext

x.LoadContext
Signature: AssemblyLoadContext
Modifiers: abstract

AssemblyLoadContext hosting the instance

CompiledName: get_LoadContext

Fork me on GitHub