Search Results for

    Show / Hide Table of Contents

    Class ServiceCollectionExtensions

    Extension methods for configuring services related to LemonEdge Debugger tools.

    Inheritance
    object
    ServiceCollectionExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.DesktopTools.Debugger
    Assembly: LemonEdge.DesktopTools.dll
    Syntax
    public static class ServiceCollectionExtensions

    Methods

    AddLemonEdgeDebuggerTools(IServiceCollection)

    Adds LemonEdge Debugger tools to the specified IServiceCollection based on the detected IDE.

    Declaration
    public static IServiceCollection AddLemonEdgeDebuggerTools(this IServiceCollection service)
    Parameters
    Type Name Description
    IServiceCollection service

    The IServiceCollection to which the debugger tools should be added.

    Returns
    Type Description
    IServiceCollection

    The modified IServiceCollection.

    In this article
    Back to top © LemonEdge Technologies. All rights reserved.