Show / Hide Table of Contents

    Class MonoModOriginalName

    MonoMod original name attribute. Apply it onto a method (not the orig_) and its orig_ method will instead be named like that.

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

    Constructors

    MonoModOriginalName(String)

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