Table of Contents

Method InvokeItemPredicateCallbackInIsolated

Namespace
GrindFest.Isolated
Assembly
GrindFest.dll

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()

public static bool InvokeItemPredicateCallbackInIsolated(byte[] callbackIdBytes, byte[] itemBytes)

Parameters

callbackIdBytes byte[]
itemBytes byte[]

Returns

bool