Show / Hide Table of Contents

    Class ModInteropManager

    Inheritance
    System.Object
    ModInteropManager
    Namespace: MonoMod.ModInterop
    Assembly: MonoMod.Utils.dll
    Syntax
    public static class ModInteropManager : Object

    Methods

    ModInterop(Type)

    Declaration
    public static void ModInterop(this Type type)
    Parameters
    Type Name Description
    System.Type type

    RegisterModExport(MethodInfo, String)

    Declaration
    public static void RegisterModExport(this MethodInfo method, string prefix = null)
    Parameters
    Type Name Description
    System.Reflection.MethodInfo method
    System.String prefix
    Back to top Yet another C# modding swiss army knife.