-
Notifications
You must be signed in to change notification settings - Fork 436
Plugins: Plugin services
Katy edited this page Jan 4, 2021
·
1 revision
Plugin services (PluginServices)
Il2CppInspector provides some APIs for plugins that are not available when creating standalone applications. These can be obtained for your plugin as follows:
var services = PluginServices.For(this);
You can report the current status of long-running operations back to the calling application (including the Il2CppInspector CLI and GUI). These will be displayed in the interface.
Report status as follows:
services.StatusUpdate("Doing something that takes a while")
© Katy Coe 2020 - www.djkaty.com
Plugin Development
- Getting Started
- Creating a basic plugin
- The load pipeline
- Reporting call results
- Plugin services
- Design considerations for plugins
Il2CppInspectorPlugins repository
IL2CPP Articles on Katy's blog
If you find Il2CppInspector useful, please consider supporting its continued development - or just buy me some cookies!
Donate via PayPal
Donate via BTC: 3FoRUqUXgYj8NY8sMQfhX6vv9LqR3e2kzz
Thank you!