| 
            
               | 
        
         This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
        
                    
                      
                        
Syntax
                    
                    | C# | 
                                
                                   | 
                            
|---|---|
                                
                                  public class ObjectWrapper
                               | 
                            |
| Visual Basic (Declaration) | 
                                
                                   | 
                            
|---|---|
                                
                                  Public Class ObjectWrapper
                               | 
                            |
The type exposes the following members.
                      
                        
Public Constructors
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          ObjectWrapper | 
                             
            Initializes a new instance of the ObjectWrapper class.
             
                           | 
                        
                      
                        
Public Methods
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          ConvertValue<(Of <<'(T>)>>) | 
                             
            Converts the value.
             
                           | 
                        
| 
                             | 
                          Equals | (Inherited from Object.) | 
| 
                             | 
                          GetHashCode | (Inherited from Object.) | 
| 
                             | 
                          GetType | (Inherited from Object.) | 
| 
                             | 
                          GetValue<(Of <<'(T>)>>) | 
                             
            Gets specified property value.
             
                           | 
                        
| 
                             | 
                          GetWrappedPropertyValue | 
                             
            Gets the specified property value and wrap it.
             
                           | 
                        
| 
                             | 
                          InvokeMethod<(Of <<'(T>)>>) | 
                             
            Invokes the method.
             
                           | 
                        
| 
                             | 
                          SetValue | 
                             
            Sets specified property value.
             
                           | 
                        
| 
                             | 
                          ToString | (Inherited from Object.) | 
                      
                        
Protected Methods
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          Finalize | (Inherited from Object.) | 
| 
                             | 
                          MemberwiseClone | (Inherited from Object.) | 
                      
                        
Public Properties
                    
                    | Name | Description | |
|---|---|---|
| 
                             | 
                          Object | 
                             
            Gets the wrapped object.
             
                           | 
                        
                      
                        
See Also
                    
                    
                        Smartsite.Tools.Reflection Namespace