Search Results for

    Show / Hide Table of Contents

    Interface IEnvironmentWrapper

    Environment wrapper providing methods for accessing environment-related information.

    Namespace: LemonEdge.DesktopTools.Wrappers.Interfaces
    Assembly: LemonEdge.DesktopTools.dll
    Syntax
    public interface IEnvironmentWrapper

    Methods

    GetFolderPath(SpecialFolder)

    Gets the path to the specified system special folder.

    Declaration
    string GetFolderPath(Environment.SpecialFolder folder)
    Parameters
    Type Name Description
    Environment.SpecialFolder folder

    An enumeration representing a system special folder.

    Returns
    Type Description
    string

    The path to the specified system special folder.

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.