Skip to main content

Module api

Module api 

Source
Expand description

User-facing IL2CPP runtime access.

This module re-exports the crate’s primary runtime entry points:

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::*;

Modules§

core
Core utilities for IL2CPP interaction
debugging
Debugging and analysis tools for IL2CPP
wrappers
Small wrappers for selected Unity APIs.