Skip to content

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);

Status updates

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")

IL2CPPINSPECTOR WIKI

Plugin Development

Tutorials & Guides

Example plugins

Il2CppInspectorPlugins repository

IL2CPP Articles on Katy's blog

Support

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!

Clone this wiki locally