Responder Developer Guide
ResolveAll(Type) Method


Type to resolveAll
Returns all registrations of a type, both named and unnamed
Syntax
'Declaration
 
Public Overloads Function ResolveAll( _
   ByVal resolveType As Type _
) As IEnumerable(Of Object)
'Usage
 
Dim instance As TinyIoCContainer
Dim resolveType As Type
Dim value As IEnumerable(Of Object)
 
value = instance.ResolveAll(resolveType)
public IEnumerable<object> ResolveAll( 
   Type resolveType
)

Parameters

resolveType
Type to resolveAll

Return Value

IEnumerable
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

TinyIoCContainer Class
TinyIoCContainer Members
Overload List

 

 


Send Comment