Responder Developer Guide
BuildUp(Object) Method


Object to "build up"
Attempts to resolve all public property dependencies on the given object.
Syntax
'Declaration
 
Public Overloads Sub BuildUp( _
   ByVal input As Object _
) 
'Usage
 
Dim instance As TinyIoCContainer
Dim input As Object
 
instance.BuildUp(input)
public void BuildUp( 
   object input
)

Parameters

input
Object to "build up"
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