Modules§
- The core of this library. Contains the structures to interface with Il2Cpp and its internals.
Macros§
- input:
SomeClass<Arg1, Arg2, ...>
Structs§
- New Il2CppObject structure using the name from the struct item
- Original structure with Fields appended to the name
- Wrapper structure for a class instance provided by Il2Cpp.
- Type representing the reflection information of a C# method.
Enums§
Traits§
- Trait to abstract away the new methods for value types vs reference ones.
Type Aliases§
- A type alias for
Il2CppObject<Array<T>>
. - A specialized Result type for Il2Cpp methods.
- A type alias for
Il2CppObject<SystemString>
. - A type alias for
Option<&MethodInfo>
. Useful when hooking Il2Cpp methods.