Intersoft ClientUI Documentation
ResolveAll(Type) Method



The type to be resolved.
Gets all possible named and unnamed resolutions for the type TType.
Syntax
Public Overloads Function ResolveAll( _
   ByVal type As Type _
) As IEnumerable(Of Object)
Dim instance As IocContainer
Dim type As Type
Dim value As IEnumerable(Of Object)
 
value = instance.ResolveAll(type)
public IEnumerable<object> ResolveAll( 
   Type type
)
public:
IEnumerable<Object^>^ ResolveAll( 
   Type^ type
) 

Parameters

type
The type to be resolved.

Return Value

A list of resolved instances.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IocContainer Class
IocContainer Members
Overload List

Send Feedback