Class VersionInfo
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents version information.
[Serializable]
public class VersionInfo : ConfigObject
- Inheritance
-
VersionInfo
- Inherited Members
- Extension Methods
Constructors
VersionInfo(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public VersionInfo(PropertyStore store)
Parameters
storePropertyStore
Properties
Company
The author (company) of the application.
public string Company { get; set; }
Property Value
Copyright
The copyright string.
public string Copyright { get; set; }
Property Value
Description
A description of the application.
public string Description { get; set; }
Property Value
FileVersion
The file version.
public string FileVersion { get; set; }
Property Value
InternalName
The internal name of the application.
public string InternalName { get; set; }
Property Value
Language
The language of the version info resource.
public string Language { get; set; }
Property Value
Lcid
The locale identifier of the version info resource.
public int Lcid { get; set; }
Property Value
Product
The product designation of the application.
public string Product { get; set; }
Property Value
Trademark
The trademark.
public string Trademark { get; set; }
Property Value
Version
The product version.
public string Version { get; set; }