Class MonoModHook
MonoMod hook attribute.
Apply it onto a type / method / field and calls to the item it hooks will be relinked to the item the attribute gets applied to.
Inheritance
System.Object
MonoModHook
Assembly: MonoMod.dll
Syntax
public class MonoModHook : Attribute
Constructors
MonoModHook(String)
Declaration
public MonoModHook(string findableID)
Parameters
| Type |
Name |
Description |
| System.String |
findableID |
|
MonoModHook(Type)
Declaration
public MonoModHook(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Fields
FindableID
Declaration
Field Value
| Type |
Description |
| System.String |
|
Type
Declaration
Field Value
| Type |
Description |
| System.Type |
|