Table of Contents

Method InvokeInteractivePredicateCallbackInIsolated

Namespace
GrindFest.Isolated
Assembly
GrindFest.dll

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)

Parameters

callbackIdBytes byte[]
interactiveBytes byte[]

Returns

bool