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

GetCursor(CursorResource)

Returns a Cursor from the resources.

public Cursor? GetCursor(CursorResource cursor)
Parameter Type Description
cursor CursorResource

The type of the cursor resource to get.

Returns

Cursor:

The Cursor resource that was retrieved.

Inherited Members

Extension Methods