Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.PropellerApi.PropellerModuleSettings

Summary

Encapsulates the settings pertaining to a module running within Propeller, including its name and URL hooks.

Constructors

Creates a new instance of PropellerModuleSettings.

Instance methods

string
  • Overrides: object.ToString()
Overrides object.Tostring().

Instance fields

UrlHook[]The URL hooks to hook this module to.
stringThe path and filename of the DLL file containing the Propeller module.
string Provides a name for this instance of this module. You can use this to give different names to different instances of the same module.
string The CLR type name of the Propeller module. This may be null if the DLL file contains only a single type that implements IPropellerModule.
string[] Specifies a set of file filters (e.g. “C:\Folder\*.xml”) Propeller should monitor for file changes. If any matching file is added, deleted or modified, the module is reinitialized. The folder that contains PropellerModuleSettings.ModuleDll is already automatically monitored and does not need to be listed here.
JsonValueSettings for this module. (Stored as JSON and passed to the module to be deserialized there.)