Class IsolatorHost
public static class IsolatorHost
- Inheritance
-
objectIsolatorHost
Methods
- InvokeActionCallbackInIsolated(byte[])
Method that runs INSIDE the isolated runtime to invoke an Action callback that was registered there. Called from host via Compiler.Instance.runtime.GetMethod().InvokeVoid()
- InvokeFuncBoolCallbackInIsolated(byte[])
Invokes a Func<bool> callback in the isolated runtime and returns the result. Called from host via Compiler.Instance.runtime.GetMethod().Invoke()
- InvokeInteractivePredicateCallbackInIsolated(byte[], byte[])
Invokes a Predicate<InteractiveBehaviour> callback in the isolated runtime and returns the result. Called from host via Compiler.Instance.runtime.GetMethod().Invoke()
- InvokeItemPredicateCallbackInIsolated(byte[], byte[])
Invokes a Predicate<ItemBehaviour> callback in the isolated runtime and returns the result. Called from host via Compiler.Instance.runtime.GetMethod().Invoke()