Responder Developer Guide
Resolve(Type) Method


Type to resolve
Attempts to resolve a type using default options.
Syntax
'Declaration
 
Public Overloads Function Resolve( _
   ByVal resolveType As Type _
) As Object
'Usage
 
Dim instance As TinyIoCContainer
Dim resolveType As Type
Dim value As Object
 
value = instance.Resolve(resolveType)
public object Resolve( 
   Type resolveType
)

Parameters

resolveType
Type to resolve

Return Value

Instance of type
Exceptions
ExceptionDescription
TinyIoCResolutionExceptionUnable to resolve the type.
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