Responder Developer Guide
TryResolve Method


Attemps to resolve a type using the default options
Overload List
OverloadDescription
TryResolve(Type,Object)Attemps to resolve a type using the default options  
TryResolve(Type,ResolveOptions,Object)Attemps to resolve a type using the given options  
TryResolve(Type,String,Object)Attemps to resolve a type using the default options and given name  
TryResolve(Type,String,ResolveOptions,Object)Attemps to resolve a type using the given options and name  
TryResolve(Type,NamedParameterOverloads,Object)Attemps to resolve a type using the default options and supplied constructor parameters  
TryResolve(Type,String,NamedParameterOverloads,Object)Attemps to resolve a type using the default options and supplied name and constructor parameters  
TryResolve(Type,NamedParameterOverloads,ResolveOptions,Object)Attemps to resolve a type using the supplied options and constructor parameters  
TryResolve(Type,String,NamedParameterOverloads,ResolveOptions,Object)Attemps to resolve a type using the supplied name, options and constructor parameters  
TryResolve<ResolveType>(ResolveType)Attemps to resolve a type using the default options  
TryResolve<ResolveType>(ResolveOptions,ResolveType)Attemps to resolve a type using the given options  
TryResolve<ResolveType>(String,ResolveType)Attemps to resolve a type using the default options and given name  
TryResolve<ResolveType>(String,ResolveOptions,ResolveType)Attemps to resolve a type using the given options and name  
TryResolve<ResolveType>(NamedParameterOverloads,ResolveType)Attemps to resolve a type using the default options and supplied constructor parameters  
TryResolve<ResolveType>(String,NamedParameterOverloads,ResolveType)Attemps to resolve a type using the default options and supplied name and constructor parameters  
TryResolve<ResolveType>(NamedParameterOverloads,ResolveOptions,ResolveType)Attemps to resolve a type using the supplied options and constructor parameters  
TryResolve<ResolveType>(String,NamedParameterOverloads,ResolveOptions,ResolveType)Attemps to resolve a type using the supplied name, options and constructor parameters  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TinyIoCContainer Class
TinyIoCContainer Members

 

 


Send Comment