Show / Hide Table of Contents

    Class MonoModLinkFrom

    MonoMod "static 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
    MonoModLinkFrom
    Namespace: MonoMod
    Assembly: MonoMod.dll
    Syntax
    public class MonoModLinkFrom : Attribute

    Constructors

    MonoModLinkFrom(String)

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

    MonoModLinkFrom(Type)

    Declaration
    public MonoModLinkFrom(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.