Table of Contents

Class VersionInfo

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Exposes Vista product and version constants and registers them with VersionManager.

public static class VersionInfo
Inheritance
VersionInfo
Inherited Members

Properties

isBeta

Indicates whether the current version label should include the beta suffix.

major

Major version component of the current Vista build.

minor

Minor version component of the current Vista build.

patch

Patch version component of the current Vista build.

productName

Product name reported by this version provider.

versionLabel

Human-readable version label built from the numeric version parts.

Methods

OnInitialize()