Intersoft ClientUI Documentation
Resolve(Type) Method



The type to be resolved.
Resolves the unnamed instance of the type TType.
Syntax
Public Overloads Function Resolve( _
   ByVal type As Type _
) As Object
Dim instance As IocContainer
Dim type As Type
Dim value As Object
 
value = instance.Resolve(type)
public object Resolve( 
   Type type
)
public:
Object^ Resolve( 
   Type^ type
) 

Parameters

type
The type to be resolved.

Return Value

An instance of the class registered to resolve the type TType.
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