Class ExtensionAttribute
Provides a unique identifier for an extension.
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class ExtensionAttribute : Attribute
- Inheritance
-
ExtensionAttribute
- Inherited Members
Constructors
ExtensionAttribute(ulong)
Provides a unique identifier for an extension.
public ExtensionAttribute(ulong uid)
Parameters
uidulongThe unique identifier of the extension.
Properties
Uid
Gets the unique identifier of the extension.
public UID Uid { get; }