Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace > TinyIoCContainer Class : TryResolve Method |
Overload | Description |
---|---|
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 |
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.