DependencyResolver.Resolve Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ Resolve(Type ^ typeToResolve, Type ^ typeToCreate, System::String ^ id, Microsoft::Practices::ObjectBuilder::NotPresentBehavior notPresent, Microsoft::Practices::ObjectBuilder::SearchMode searchMode);
public object Resolve (Type typeToResolve, Type typeToCreate, string id, Microsoft.Practices.ObjectBuilder.NotPresentBehavior notPresent, Microsoft.Practices.ObjectBuilder.SearchMode searchMode);
member this.Resolve : Type * Type * string * Microsoft.Practices.ObjectBuilder.NotPresentBehavior * Microsoft.Practices.ObjectBuilder.SearchMode -> obj
Public Function Resolve (typeToResolve As Type, typeToCreate As Type, id As String, notPresent As NotPresentBehavior, searchMode As SearchMode) As Object
Parameters
- typeToResolve
- Type
- typeToCreate
- Type
- id
- String
- notPresent
- NotPresentBehavior
- searchMode
- SearchMode