Guide 14
Lithium.Addons.IAddonManifestInfo
Common identity fields shared by addon declarations and runtime manifests.
This page is generated from the public C# symbols in src/game/sandbox/Code.
IAddonManifestInfo
Status: Stable
Signature
C#
public interface IAddonManifestInfoDescription
Common identity fields shared by addon declarations and runtime manifests.
Example
C#
IAddonManifestInfo? contract = null;Members
Id
Status: Stable
Signature
C#
string Id { get; init; }Description
The globally unique addon package identifier.
Example
C#
var value = instance.Id;Name
Status: Stable
Signature
C#
string Name { get; init; }Description
The human-readable addon name.
Example
C#
var value = instance.Name;