Show / Hide Table of Contents

    Class HarmonyDetourBridge

    Inheritance
    System.Object
    HarmonyDetourBridge
    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public static class HarmonyDetourBridge : Object

    Properties

    Initialized

    Declaration
    public static bool Initialized { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Init(Boolean, HarmonyDetourBridge.Type)

    Declaration
    public static bool Init(bool forceLoad = true, HarmonyDetourBridge.Type type)
    Parameters
    Type Name Description
    System.Boolean forceLoad
    HarmonyDetourBridge.Type type
    Returns
    Type Description
    System.Boolean

    Reset()

    Declaration
    public static void Reset()
    Back to top Yet another C# modding swiss army knife.