Initializes a new instance of the VersionInformation class.

Namespace: S22.Xmpp.Extensions
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public VersionInformation(
	string name,
	string version,
	string os = null
)

Parameters

name
Type: System..::..String
The natural-language name of the software.
version
Type: System..::..String
The specific version of the software.
os (Optional)
Type: System..::..String
The operating system of the entity.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe name parameter or the version parameter is null.

See Also