Click or drag to resize

Identity Class

Provides system properties of the software.
Inheritance Hierarchy
SystemObject
  Flex.Hal.SettingsIdentity

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public static class Identity

The Identity type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppFullPath
Gets the product full path.
Public propertyStatic memberProduct
Gets the product name.
Public propertyStatic memberUserFileDir
Gets the user configuration files directory.
Public propertyStatic memberUserMacroDir
Gets the user macro files directory.
Public propertyStatic memberUserSchemeDir
Gets the user scheme files directory.
Public propertyStatic memberUserTraceDir
Gets the user trace files directory.
Public propertyStatic memberUserTransferListDir
Gets the user tranfer list files directory.
Public propertyStatic memberVersion
Gets the product version in short format (Major.Minor).
Public propertyStatic memberVersionFull
Gets the product version in full format (Major.Minor.Build.Revision).
Top
See Also