In This Article

AssemblyInfo Class

Retrieves information about the assembly.

public sealed class AssemblyInfo : UIAssemblyInfoBase
Inheritance:
object AssemblyInfoBase UIAssemblyInfoBase object

Properties

Instance

The instance of the AssemblyInfo class for this assembly.

public static AssemblyInfo Instance { get; }

Property Value

AssemblyInfo

ProductId

The assembly's product ID.

public override sealed int ProductId { get; }

Property Value

int

ProductLogoImageSource

The ImageSource for the product logo.

public static ImageSource? ProductLogoImageSource { get; }

Property Value

ImageSource

Inherited Members

Extension Methods