Class OpenSettingsAssemblyInfo
- Namespace
- OpenSettings.Models
- Assembly
- OpenSettings.dll
Represents the assembly information for the OpenSettings library.
public class OpenSettingsAssemblyInfo
- Inheritance
-
OpenSettingsAssemblyInfo
- Inherited Members
Fields
Instance
Singleton instance of the OpenSettingsAssemblyInfo class.
public static readonly OpenSettingsAssemblyInfo Instance
Field Value
Properties
FullName
Gets the OpenSettings full name.
e.g. 'OpenSettings, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
'.
public string FullName { get; }
Property Value
Name
Gets the OpenSettings name.
e.g. 'OpenSettings
'.
public string Name { get; }
Property Value
PackInfo
Gets the pack information for OpenSettings, including version, score, and whether it is a preview version.
public PackInfo PackInfo { get; }