Method InvokeInteractivePredicateCallbackInIsolated
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()
public static bool InvokeInteractivePredicateCallbackInIsolated(byte[] callbackIdBytes, byte[] interactiveBytes)