Class MonoModPatch
MonoMod patch attribute. Apply it onto a type and it will behave as if the type was prefixed with patch_. This allows for custom compile-time names while MonoMod uses the supplied name for any relinking.
Inheritance
System.Object
MonoModPatch
Namespace: MonoMod
Assembly: MonoMod.dll
Syntax
public class MonoModPatch : Attribute
Constructors
MonoModPatch(String)
Declaration
public MonoModPatch(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |