Models
AddonMetadata
Similar to AddonDefinition, but provided by a user. May contain malformed data.
Properties
Author
Gets or sets the author of the addon.
Type: string
FriendlyName
Gets or sets the friendly name for the addon. Should be Title Case.
Type: string
Version
Gets or sets the machine-readable version for the addon. A higher value indicates a newer version.
Type: int
FriendlyVersion
Gets or sets the friendly version for the addon.
Type: string
Assemblies
Gets or sets a list of assemblies found in the current folder to attempt to load.
Type: IList<string>
Files
Gets or sets files.
Type: IList<string>