Intersoft ClientUI Documentation
ResolveAll(Type) Method
See Also  Send Feedback
Intersoft.Client.Framework.Containers Namespace > IocContainer Class > ResolveAll Method : ResolveAll(Type) Method






type
The type to be resolved.
Gets all possible named and unnamed resolutions for the type TType.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ResolveAll( _
   ByVal type As Type _
) As IEnumerable(Of Object)
Visual Basic (Usage)Copy Code
Dim instance As IocContainer
Dim type As Type
Dim value As IEnumerable(Of Object)
 
value = instance.ResolveAll(type)
C# 
public IEnumerable<object> ResolveAll( 
   Type type
)
Delphi 
public function ResolveAll( 
    type: Type
): IEnumerable; 
JScript 
public function ResolveAll( 
   type : Type
) : IEnumerable;
Managed Extensions for C++ 
public: IEnumerable<Object*>* ResolveAll( 
   Type* type
) 
C++/CLI 
public:
IEnumerable<Object^>^ ResolveAll( 
   Type^ type
) 

Parameters

type
The type to be resolved.

Return Value

A list of resolved instances.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.