AssemblyInfo Class
Retrieves information about the Fundamentals
assembly.
public sealed class AssemblyInfo : UIAssemblyInfoBase
- Inheritance:
- object AssemblyInfoBase UIAssemblyInfoBase object
Properties
Instance
The instance of the AssemblyInfo class for this assembly.
ProductId
The assembly's product ID.
Methods
CreateControlThemeResourceDictionary(ModernTheme)
Creates an IControlThemeResourceDictionary that contains configurable themes for the controls in the assembly.
protected override IControlThemeResourceDictionary? CreateControlThemeResourceDictionary(ModernTheme owner)
Parameter | Type | Description |
---|---|---|
owner | ModernTheme | The owner ModernTheme instance. |
Returns
- IControlThemeResourceDictionary:
The IControlThemeResourceDictionary that was optionally created, if any.
Remarks
This feature is only necessary for assemblies containing controls that adjust their default theme based on theme definition options.
Inherited Members
- UIAssemblyInfoBase.ActiproXmlNamespace
- UIAssemblyInfoBase.ValidateLicense(object)
- AssemblyInfoBase.Assembly
- AssemblyInfoBase.Copyright
- AssemblyInfoBase.Description
- AssemblyInfoBase.Product
- AssemblyInfoBase.Title
- AssemblyInfoBase.UIFramework
- AssemblyInfoBase.Version
- AssemblyInfoBase.VersionText
- object.GetType()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()