DeployLX Software Protection System

ParsedVersion Members

The ParsedVersion type exposes the following members.

Constructors

Public methodParsedVersion

Overloaded. Initializes a new instance of the ParsedVersion class.

Methods

Public methodCompareTo

Overloaded. Compares one version to another.

Public methodEquals Inherited from Object.
Protected methodFinalize Inherited from Object.
Public methodGetHashCode Inherited from Object.
Public methodGetType Inherited from Object.
Protected methodMemberwiseClone Inherited from Object.
Public methodParse

Parses the value into it's component values.

Public methodToString

Overloaded. Returns the version as a string.

Public methodToVersion

Converts the parsed version to a standard version object.

Properties

Public propertyBuild

Gets or sets the Build value.

Public propertyExtra

Gets or sets the Extra value.

Public propertyFramework

Gets the parsed Framework version value.

Public propertyMajor

Gets or sets the Major value.

Public propertyMinor

Gets or sets the Minor value.

Public propertyRevision

Gets or sets the Revision value.

Public propertyValue

Gets or sets the unparsed value.