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

Methods

GetIcon(IconResource)

Returns an Icon from the resources.

public Icon? GetIcon(IconResource icon)
Parameter Type Description
icon IconResource

The type of the icon resource to get.

Returns

Icon

GetIconAsImage(IconResource)

Returns an Image from the resources.

public Image? GetIconAsImage(IconResource icon)
Parameter Type Description
icon IconResource

The type of the icon resource to get.

Returns

Image

Inherited Members

Extension Methods