Responder Developer Guide
BuildUp(Object,ResolveOptions) Method


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

Parameters

input
Object to "build up"
resolveOptions
Resolve options to use
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