Class MonoModRulesManager
Inheritance
System.Object
MonoModRulesManager
Assembly: MonoMod.dll
Syntax
public static class MonoModRulesManager : Object
Properties
Modder
Declaration
public static MonoModder Modder { get; }
Property Value
RuleType
Declaration
public static Type RuleType { get; }
Property Value
| Type |
Description |
| System.Type |
|
Methods
ExecuteRules(MonoModder, TypeDefinition)
Declaration
public static Type ExecuteRules(this MonoModder self, TypeDefinition orig)
Parameters
| Type |
Name |
Description |
| MonoModder |
self |
|
| Mono.Cecil.TypeDefinition |
orig |
|
Returns
| Type |
Description |
| System.Type |
|
GetId(MonoModder)
Declaration
public static long GetId(MonoModder self)
Parameters
Returns
| Type |
Description |
| System.Int64 |
|
GetModder(String)
Declaration
public static MonoModder GetModder(string asmName)
Parameters
| Type |
Name |
Description |
| System.String |
asmName |
|
Returns
Register(MonoModder)
Declaration
public static void Register(MonoModder self)
Parameters