Class EnvironmentVariableInfoProvider
Inheritance
System.Object
EnvironmentVariableInfoProvider
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.License
Assembly: ImageVault.Core.dll
Syntax
public class EnvironmentVariableInfoProvider : IEnvironmentInfoProvider
Constructors
EnvironmentVariableInfoProvider(EnvironmentVariableTarget)
Declaration
public EnvironmentVariableInfoProvider(EnvironmentVariableTarget target)
Parameters
Type | Name | Description |
---|---|---|
System.EnvironmentVariableTarget | target |
Properties
IncludeInActivation
Should this information be included in the license activation
Declaration
public bool IncludeInActivation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the name of the provider
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetEnvironmentInfo()
Gets the environment info
Declaration
public IDictionary<string, object> GetEnvironmentInfo()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |