Show / Hide Table of Contents

    Class MonoModRule

    Inheritance
    System.Object
    MonoModRule
    Namespace: MonoMod.InlineRT
    Assembly: MonoMod.dll
    Syntax
    public static class MonoModRule : Object

    Properties

    Modder

    Declaration
    public static MonoModder Modder { get; }
    Property Value
    Type Description
    MonoModder

    Methods

    Patch(String, Boolean)

    Declaration
    public static void Patch(string id, bool patch)
    Parameters
    Type Name Description
    System.String id
    System.Boolean patch

    RegisterCustomAttribute(String, String)

    Declaration
    public static void RegisterCustomAttribute(string attribName, string handlerName)
    Parameters
    Type Name Description
    System.String attribName
    System.String handlerName

    RegisterCustomMethodAttribute(String, String)

    Declaration
    public static void RegisterCustomMethodAttribute(string attribName, string handlerName)
    Parameters
    Type Name Description
    System.String attribName
    System.String handlerName

    RelinkMember(String, String, String)

    Declaration
    public static void RelinkMember(string from, string toType, string toMember)
    Parameters
    Type Name Description
    System.String from
    System.String toType
    System.String toMember

    RelinkModule(String, String)

    Declaration
    public static void RelinkModule(string from, string toName)
    Parameters
    Type Name Description
    System.String from
    System.String toName

    RelinkType(String, String)

    Declaration
    public static void RelinkType(string from, string to)
    Parameters
    Type Name Description
    System.String from
    System.String to
    Back to top Yet another C# modding swiss army knife.