Show / Hide Table of Contents

    Class MonoModCustomAttributeAttribute

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

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

    Constructors

    MonoModCustomAttributeAttribute(String)

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