Show / Hide Table of Contents

    Class MonoModHook

    MonoMod hook attribute. Apply it onto a type / method / field and calls to the item it hooks will be relinked to the item the attribute gets applied to.

    Inheritance
    System.Object
    MonoModHook
    Namespace: MonoMod
    Assembly: MonoMod.dll
    Syntax
    public class MonoModHook : Attribute

    Constructors

    MonoModHook(String)

    Declaration
    public MonoModHook(string findableID)
    Parameters
    Type Name Description
    System.String findableID

    MonoModHook(Type)

    Declaration
    public MonoModHook(Type type)
    Parameters
    Type Name Description
    System.Type type

    Fields

    FindableID

    Declaration
    public string FindableID
    Field Value
    Type Description
    System.String

    Type

    Declaration
    public Type Type
    Field Value
    Type Description
    System.Type
    Back to top Yet another C# modding swiss army knife.