Table of Contents

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

store PropertyStore

Properties

Company

The author (company) of the application.

public string Company { get; set; }

Property Value

string

The copyright string.

public string Copyright { get; set; }

Property Value

string

Description

A description of the application.

public string Description { get; set; }

Property Value

string

FileVersion

The file version.

public string FileVersion { get; set; }

Property Value

string

InternalName

The internal name of the application.

public string InternalName { get; set; }

Property Value

string

Language

The language of the version info resource.

public string Language { get; set; }

Property Value

string

Lcid

The locale identifier of the version info resource.

public int Lcid { get; set; }

Property Value

int

Product

The product designation of the application.

public string Product { get; set; }

Property Value

string

Trademark

The trademark.

public string Trademark { get; set; }

Property Value

string

Version

The product version.

public string Version { get; set; }

Property Value

string