Interface ISortableDetour
Assembly: MonoMod.RuntimeDetour.dll
Syntax
public interface ISortableDetour : IDetour, IDisposable
Properties
After
Declaration
IEnumerable<string> After { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
Before
Declaration
IEnumerable<string> Before { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
GlobalIndex
Declaration
uint GlobalIndex { get; }
Property Value
Type |
Description |
System.UInt32 |
|
ID
Declaration
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|