DuckTypeAspectKind
Overview
duck type aspect type
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
| Value | Description |
|---|---|
| Dynamic | "Dynamic" mode is done at runtime, usually with on the fly reflection code |
| Static | Static duck typing creates code matching the class and fails for missing members. |
| Weak | Weak duck typing fails at runtime for missing members when calling them. |