This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Smartsite utility types for reflection.
Syntax
C# | Copy Code |
---|---|
namespace Smartsite.Tools.Reflection |
Visual Basic (Declaration) | Copy Code |
---|---|
Namespace Smartsite.Tools.Reflection |
Classes
Class | Description | |
---|---|---|
GenericPropertyAccessor<(Of <(<'T, V>)>)> |
The GenericPropertyAccessor class provides fast dynamic access
to a property of a specified target class.
|
|
Generics |
Generics helper methods.
|
|
ObjectWrapper |
Implements a generic object wrapper capable of late-bound invoking of any property gets/sets and methods.
|
|
PropertyAccessor |
The PropertyAccessor class provides fast dynamic access
to a property of a specified target class.
|
|
PropertyAccessorException |
PropertyAccessorException class.
|
Interfaces
Interface | Description | |
---|---|---|
IGenericPropertyAccessor<(Of <(<'T, V>)>)> |
The IPropertyAccessor interface defines a property
accessor.
|
|
IPropertyAccessor |
The IPropertyAccessor interface defines a property
accessor.
|