![]() |
XII Release 0.1.0
|
The data that is broadcast whenever a plugin is (un-) loaded. More...
#include <Plugin.h>
Public Types | |
enum | Type { BeforeLoading , AfterLoadingBeforeInit , AfterLoading , BeforeUnloading , StartupShutdown , AfterStartupShutdown , AfterUnloading , BeforePluginChanges , AfterPluginChanges } |
Public Attributes | |
Type | m_EventType |
Which type of event this is. | |
xiiStringView | m_sPluginBinary = nullptr |
The file name of the affected plugin. | |
The data that is broadcast whenever a plugin is (un-) loaded.
enum xiiPluginEvent::Type |