Table of Contents

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

OpenSettingsAssemblyInfo

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

string

Name

Gets the OpenSettings name. e.g. 'OpenSettings'.

public string Name { get; }

Property Value

string

PackInfo

Gets the pack information for OpenSettings, including version, score, and whether it is a preview version.

public PackInfo PackInfo { get; }

Property Value

PackInfo