Class MonoModRule.Flag
Inheritance
System.Object
MonoModRule.Flag
Namespace: MonoMod.InlineRT
Assembly: MonoMod.dll
Syntax
public static class Flag : Object
Methods
Get(String)
Declaration
public static bool Get(string k)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | k |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Set(String, Boolean)
Declaration
public static void Set(string k, bool v)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | k | |
| System.Boolean | v |