Search Results for

    Show / Hide Table of Contents

    Class EnvironmentInfoProvider

    Inheritance
    System.Object
    EnvironmentInfoProvider
    Implements
    IEnvironmentInfoProvider
    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 EnvironmentInfoProvider : IEnvironmentInfoProvider

    Constructors

    EnvironmentInfoProvider()

    Declaration
    public EnvironmentInfoProvider()

    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>

    Implements

    IEnvironmentInfoProvider
    In This Article
    Back to top (c) Meriworks 2002-2022