Responder Developer Guide
UnregisteredResolutionActions Enumeration


Syntax
'Declaration
 
Public Enum UnregisteredResolutionActions 
   Inherits System.Enum
'Usage
 
Dim instance As UnregisteredResolutionActions
public enum UnregisteredResolutionActions : System.Enum 
Members
MemberDescription
AttemptResolveAttempt to resolve type, even if the type isn't registered. Registered types/options will always take precedence.
FailFail resolution if type not explicitly registered
GenericsOnlyAttempt 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         TinyIoC.UnregisteredResolutionActions

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

TinyIoC Namespace

 

 


Send Comment