Simple and complex types
To work with the NativeControl property, you need to understand the difference between simple and complex types.
The system wraps complex object references in dynamic objects and you can act on these dynamic objects, similar to how you would act on local complex objects.
- Simple types, such as int, double, bool, string, and so on, are returned by value to the UI Connector.
- Only references to complex types are returned.
byte | charbool | color | decimal |
DateTime | double | enumerations | float |
font | int | long | short |
string | uint | ulong | ushort |
Previous topic Implementing UI connectors Next topic Extensions