Show / Hide Table of Contents

    Class MonoModConstructor

    MonoMod constructor attribute. Apply it onto a constructor and it will be patched by MonoMod. Or apply it onto a method and it will be handled like a constructor.

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

    Constructors

    MonoModConstructor()

    Declaration
    public MonoModConstructor()
    Back to top Yet another C# modding swiss army knife.