Class ILHookConfig
Inheritance
System.Object
ILHookConfig
Assembly: MonoMod.RuntimeDetour.dll
Syntax
public sealed class ILHookConfig : ValueType
Fields
After
Declaration
public IEnumerable<string> After
Field Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Before
Declaration
public IEnumerable<string> Before
Field Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
ID
Declaration
Field Value
Type |
Description |
System.String |
|
ManualApply
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Priority
Declaration
Field Value
Type |
Description |
System.Int32 |
|