In This Article

AssemblyInfo Class

Retrieves information about the Core assembly.

public sealed class AssemblyInfo : AssemblyInfoBase
Inheritance:
object AssemblyInfoBase 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

Inherited Members

Extension Methods