Responder Developer Guide
TinyIoCContainer Class Members
Properties  Methods 


The following tables list the members exposed by TinyIoCContainer.

Public Constructors
 NameDescription
Public ConstructorTinyIoCContainer Constructor  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)CurrentLazy created Singleton instance of the container for simple scenarios  
Top
Public Methods
 NameDescription
Public MethodAutoRegisterOverloaded. Attempt to automatically register all non-generic classes and interfaces in the current app domain. If more than one class implements an interface then only one implementation will be registered although no error will be thrown.  
Public MethodBuildUpOverloaded. Attempts to resolve all public property dependencies on the given object.  
Public MethodCanResolveOverloaded. Attempts to predict whether a given type can be resolved with default options. Note: Resolution may still fail if user defined factory registations fail to construct objects when called.  
Public MethodDispose  
Public MethodGetChildContainer  
Public MethodRegisterOverloaded. Creates/replaces a container class registration with default options.  
Public MethodRegisterMultipleOverloaded. Register multiple implementations of a type. Internally this registers each implementation using the full name of the class as its registration name.  
Public MethodResolveOverloaded. Attempts to resolve a type using default options.  
Public MethodResolveAllOverloaded. Returns all registrations of a type  
Public MethodTryResolveOverloaded. Attemps to resolve a type using the default options  
Top
See Also

Reference

TinyIoCContainer Class
TinyIoC Namespace

 

 


Send Comment