| Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace : UnregisteredResolutionActions Enumeration |
'Declaration Public Enum UnregisteredResolutionActions Inherits System.Enum
'Usage Dim instance As UnregisteredResolutionActions
public enum UnregisteredResolutionActions : System.Enum
| Member | Description |
|---|---|
| AttemptResolve | Attempt to resolve type, even if the type isn't registered. Registered types/options will always take precedence. |
| Fail | Fail resolution if type not explicitly registered |
| GenericsOnly | Attempt to resolve unregistered type if requested type is generic and no registration exists for the specific generic parameters used. Registered types/options will always take precedence. |
System.Object
System.ValueType
System.Enum
TinyIoC.UnregisteredResolutionActions
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.