Table of Contents

Method InvokeFuncBoolCallbackInIsolated

Namespace
GrindFest.Isolated
Assembly
GrindFest.dll

InvokeFuncBoolCallbackInIsolated(byte[])

Invokes a Func<bool> callback in the isolated runtime and returns the result. Called from host via Compiler.Instance.runtime.GetMethod().Invoke()

public static bool InvokeFuncBoolCallbackInIsolated(byte[] callbackIdBytes)

Parameters

callbackIdBytes byte[]

Returns

bool