IEnvironmentInformation
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides a mechanism for retrieving environment information.
Properties
ApplicationName
Gets the name of the application.
Property Value
ApplicationVersion
Gets the application version.
Property Value
InstanceCount
Gets the application instance number.
Property Value
Is64BitProcess
Whether the current process is a 64-bit process.
Property Value
IsSystemClockRollback
Gets a value indicating whether the system clock was set back.
Property Value
IsVirtualEnvironment
Gets a value indicating whether this object is running in a virtual environment.
Property Value
ProcessName
Gets the name of the process.
Property Value
VirtualEnvironment
Gets the virtual environment name.
Property Value
Methods
GetLicenseUsageMode(ILicenseContext)
Gets license usage mode.
Parameters
Name
Description
The license context.
Returns
Name
Description
The license usage mode.
Last updated