Table of Contents

Class ApplicationVersion

Namespace
ParquetSharp
Assembly
ParquetSharp.dll
public sealed class ApplicationVersion
Inheritance
ApplicationVersion
Inherited Members

Fields

Application

public readonly string Application

Field Value

string

Build

public readonly string Build

Field Value

string

BuildInfo

public readonly string BuildInfo

Field Value

string

Major

public readonly int Major

Field Value

int

Minor

public readonly int Minor

Field Value

int

Patch

public readonly int Patch

Field Value

int

PreRelease

public readonly string PreRelease

Field Value

string

Unknown

public readonly string Unknown

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.