DependencyResolver Class

Definition

Contains static methods that add functions to use for resolving dependencies.

public ref class DependencyResolver abstract sealed
public static class DependencyResolver
type DependencyResolver = class
Public Class DependencyResolver
Inheritance
DependencyResolver

Methods

Name Description
ResolveUsing(Func<Type,Object[],Object>)

Sets a resolver function that takes a type and constructor arguments.

ResolveUsing(Func<Type,Object>)

Sets a resolver function that takes only a type.

Applies to