Search Results for

    Show / Hide Table of Contents

    Class DependencyResolver

    Resolves type dependencies for custom attributes.

    Inheritance
    object
    DependencyResolver
    Namespace: Evergine.Framework.Dependencies
    Assembly: Evergine.Framework.dll
    Syntax
    public static class DependencyResolver

    Methods

    ResolveDependencies(DependencyObject)

    Resolves the dependencies needed for this instance to work.

    Declaration
    public static bool ResolveDependencies(DependencyObject instance)
    Parameters
    Type Name Description
    DependencyObject instance

    The component.

    Returns
    Type Description
    bool

    Whether all dependencies have been established.

    In this article
    Back to top
    Generated by DocFX