Expand description
User-facing IL2CPP runtime access.
This module re-exports the crate’s primary runtime entry points:
cachefor assembly and metadata lookupThreadfor VM thread attachmentinvoke_methodfor low-level method invocation- dump helpers such as
dumpanddump_all_to - thin Unity wrappers such as
ApplicationandTime
Most integrations should start here after calling crate::init. When you
need richer metadata or object wrappers, move into crate::structs.
Re-exports§
pub use core::cache;pub use core::caller::invoke_method;pub use core::internals;pub use core::internals::Internals;pub use core::thread::Thread;pub use debugging::cs::dump;pub use debugging::cs::dump_all;pub use debugging::cs::dump_all_to;pub use debugging::cs::dump_assembly;pub use debugging::cs::dump_to;pub use wrappers::application::Application;pub use wrappers::time::Time;pub use core::api::*;