This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Implements a generic object wrapper capable of late-bound invoking of any property gets/sets and methods.

Namespace: Smartsite.Tools.Reflection
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public class ObjectWrapper
Visual Basic (Declaration)Copy imageCopy Code
Public Class ObjectWrapper

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Reflection..::..ObjectWrapper

See Also

Advanced