Table of Contents

Method RegisterMethod

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

RegisterMethod(string, Func<object?, object?[]?, object?>)

public void RegisterMethod(string name, Func<object?, object?[]?, object?> cb)

Parameters

name string
cb Func<object, object[], object>