Show / Hide Table of Contents

    Class MonoModCustomMethodAttributeAttribute

    MonoMod "custom method attribute" attribute. Apply it onto a custom attribute type and the supplied handler in your MonoModRules will handle it. Replaces MMIL.Rule.RegisterCustomMethodAttribute in MonoModRules constructor.

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

    Constructors

    MonoModCustomMethodAttributeAttribute(String)

    Declaration
    public MonoModCustomMethodAttributeAttribute(string h)
    Parameters
    Type Name Description
    System.String h
    Back to top Yet another C# modding swiss army knife.