Click or drag to resize

VGProductInformation Class

Gets information about the product.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.SecurityVGProductInformation

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGProductInformation

The VGProductInformation type exposes the following members.

Constructors
  NameDescription
Public methodVGProductInformation
Initializes a new instance of the VGProductInformation class
Top
Properties
  NameDescription
Public propertyStatic memberApplicationDataFolder
Gets the path of the user's application data folder
Public propertyStatic memberCommonApplicationDataFolder
Gets the path of the common application data folder
Public propertyStatic memberCompanyName
Gets the name of the company
Public propertyStatic memberCopyright
Gets the Copyright information of Visual Guard
Public propertyStatic memberEdition
Gets the name of the edition of Visual Guard
Public propertyStatic memberFileVersion
Gets the file version of the Visual Guard runtime
Public propertyStatic memberIsSmallBusinessEdition
Indicates whether the current Visual Guard runtime is a small business edition
Public propertyStatic memberMinimumConsoleVersion
Gets the minimum version of the Visual Guard console supported by this version of the runtime
Public propertyStatic memberMinimumRepositoryVersion
Gets the minimum version of the repository supported by this version of the runtime
Public propertyStatic memberMinimumRuntimeVersion
Gets the minimum version of the Visual Guard runtime supported by a repository created or upgraded by this runtime.
Public propertyStatic memberMinimumSchemaVersion
Gets the minimum version of the database schema supported by this Visual Guard runtime.
Public propertyStatic memberMinimumSchemaVersionForConsole
Gets the minimum version of the database schema supported by this Visual Guard console.
Public propertyStatic memberProductKey
Gets the registry key of the product
Public propertyStatic memberProductName
Gets the name of the product
Public propertyStatic memberStrongNameKey
Gets the strong name public key of the assembly
Public propertyStatic memberVersion
Gets the version of the Visual Guard runtime
Public propertyStatic memberVersionForNewRepository
Gets the version of Visual Guard repository created by this version of the runtime.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetFileVersion
Gets the file version of the specified assembly
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also