Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: bool MustReinitialize

Declaration

bool MustReinitialize

Summary

When implemented in a class, determines whether the module requires reinitialization.

Remarks

The Propeller engine periodically calls this method on all active modules.

Propeller does not invoke this property before calling IPropellerModule.Init(LoggerBase, JsonValue, ISettingsSaver).