Class MonoModLinkFrom
MonoMod "static 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
MonoModLinkFrom
Assembly: MonoMod.dll
Syntax
public class MonoModLinkFrom : Attribute
Constructors
MonoModLinkFrom(String)
Declaration
public MonoModLinkFrom(string findableID)
Parameters
| Type |
Name |
Description |
| System.String |
findableID |
|
MonoModLinkFrom(Type)
Declaration
public MonoModLinkFrom(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 |
|