Show / Hide Table of Contents

Class WMAppInfo

Information for identifying the instance, version, and build details of the running software.

Inheritance
object
WMAppInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.App
Assembly: WMServer.dll
Syntax
public class WMAppInfo

Properties

AppName

Declaration
public string AppName { get; }
Property Value
Type Description
string

BuildDate

Declaration
public string BuildDate { get; }
Property Value
Type Description
string

BuildNumber

Declaration
public string BuildNumber { get; }
Property Value
Type Description
string

BuildRevision

Declaration
public string BuildRevision { get; }
Property Value
Type Description
string

Copyright

Declaration
public string Copyright { get; }
Property Value
Type Description
string

HostName

Declaration
public string HostName { get; }
Property Value
Type Description
string

Message

Declaration
public string Message { get; }
Property Value
Type Description
string

Metadata

Declaration
public static object Metadata { get; }
Property Value
Type Description
object

Values

Declaration
public static WMAppInfo Values { get; }
Property Value
Type Description
WMAppInfo

Version

Declaration
public string Version { get; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE