Search Results for

    Show / Hide Table of Contents

    Class EnvironmentWrapper

    Inheritance
    object
    EnvironmentWrapper
    Implements
    IEnvironmentWrapper
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.DesktopTools.Wrappers
    Assembly: LemonEdge.DesktopTools.dll
    Syntax
    public class EnvironmentWrapper : IEnvironmentWrapper

    Constructors

    EnvironmentWrapper()

    Declaration
    public EnvironmentWrapper()

    Methods

    GetFolderPath(SpecialFolder)

    Gets the path to the specified system special folder.

    Declaration
    public 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.

    Implements

    IEnvironmentWrapper

    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.