Expand description
Global cache for hydrated IL2CPP metadata.
The cache is populated during crate::init and is the normal starting
point for metadata-driven workflows. Most users should use the helper
functions in this module rather than traversing IL2CPP metadata manually.
Structs§
- Il2Cpp
Cache - Caches IL2CPP assemblies, classes, and methods
Statics§
- CACHE
- Global cache instance
Functions§
- assembly
- Retrieves an assembly by name.
- class_
from_ ptr - Hydrates a
Classfrom a rawIl2CppClasspointer. - coremodule
- Returns the cached
UnityEngine.CoreModule.dllassembly. - csharp
- Returns the cached
Assembly-CSharp.dllassembly. - init
- Initializes the cache by loading all assemblies and resetting prior state.
- method_
from_ ptr - Creates a Method struct from a raw pointer
- mscorlib
- Returns the cached
mscorlib.dllassembly.