Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace > TinyIoCContainer Class : Resolve Method |
Overload | Description |
---|---|
Resolve(Type) | Attempts to resolve a type using default options. |
Resolve(Type,ResolveOptions) | Attempts to resolve a type using specified options. |
Resolve(Type,String) | Attempts to resolve a type using default options and the supplied name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve(Type,String,ResolveOptions) | Attempts to resolve a type using supplied options and name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve(Type,NamedParameterOverloads) | Attempts to resolve a type using default options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve(Type,NamedParameterOverloads,ResolveOptions) | Attempts to resolve a type using specified options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve(Type,String,NamedParameterOverloads) | Attempts to resolve a type using default options and the supplied constructor parameters and name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve(Type,String,NamedParameterOverloads,ResolveOptions) | Attempts to resolve a named type using specified options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>() | Attempts to resolve a type using default options. |
Resolve<ResolveType>(ResolveOptions) | Attempts to resolve a type using specified options. |
Resolve<ResolveType>(String) | Attempts to resolve a type using default options and the supplied name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>(String,ResolveOptions) | Attempts to resolve a type using supplied options and name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>(NamedParameterOverloads) | Attempts to resolve a type using default options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>(NamedParameterOverloads,ResolveOptions) | Attempts to resolve a type using specified options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>(String,NamedParameterOverloads) | Attempts to resolve a type using default options and the supplied constructor parameters and name. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
Resolve<ResolveType>(String,NamedParameterOverloads,ResolveOptions) | Attempts to resolve a named type using specified options and the supplied constructor parameters. Parameters are used in conjunction with normal container resolution to find the most suitable constructor (if one exists). All user supplied parameters must exist in at least one resolvable constructor of RegisterType or resolution will fail. |
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.