DynamicSymbol Properties
The DynamicSymbol type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Inner symbol object wrapped by this DynamicSymbol | |
|
Gets the access rights. | |
|
Gets the Symbol Attributes | |
|
Gets the size of the IDataType in bits. | |
|
Gets the (aligned) size of of the Type/Instance in Bytes | |
|
Gets the category. | |
|
Gets the comment of the IInstance | |
|
Gets the connection bound to this DynamicSymbol | |
|
Gets the context mask. | |
| ||
|
Gets a value indicating whether this instance has value (only the non VirtualInstances, what means the Symbols with locations). | |
|
Gets the name of the instance (without periods (.) | |
|
Gets the relative / absolute access path to the instance (with periods (.)) | |
|
Gets a value indicating whether this instance is not basing on a full DataType but instead of some sort of bit mapping | |
|
Indicates that the Size of the Object is Byte aligned (BitSize % 8 == 0) | |
|
Gets a value indicating whether this Symbol is acontainer type. | |
|
Gets a value indicating whether this ISymbol is persistent. | |
|
Indicates that the IInstance represents a Pointer type (Pointer TO) | |
|
Gets a value indicating whether this instance is a primitive type. | |
|
Gets a value indicating whether this ISymbol is read only. | |
|
Gets a value indicating whether this instance is recursive. | |
|
Indicates that the IInstance represents a Reference type (REFERENCE TO) | |
|
Gets a value indicating whether this instance is static. | |
|
Gets the normalized instance name (fixed name for dynamic property access that doesn't contain invalid characters), | |
|
Gets the notification settings. | |
|
Gets the parent Symbol | |
|
Gets the size of the IInstance in bytes. | |
|
Gets the SubSymbols of the ISymbol | |
|
Gets the name of the DataType that is used for this IInstance. |
- DynamicSymbol._InnerSymbol Property
- DynamicSymbol.AccessRights Property
- DynamicSymbol.Attributes Property
- DynamicSymbol.BitSize Property
- DynamicSymbol.ByteSize Property
- DynamicSymbol.Category Property
- DynamicSymbol.Comment Property
- DynamicSymbol.Connection Property
- DynamicSymbol.ContextMask Property
- DynamicSymbol.DataType Property
- DynamicSymbol.HasValue Property
- DynamicSymbol.InstanceName Property
- DynamicSymbol.InstancePath Property
- DynamicSymbol.IsBitType Property
- DynamicSymbol.IsByteAligned Property
- DynamicSymbol.IsContainerType Property
- DynamicSymbol.IsPersistent Property
- DynamicSymbol.IsPointer Property
- DynamicSymbol.IsPrimitiveType Property
- DynamicSymbol.IsReadOnly Property
- DynamicSymbol.IsRecursive Property
- DynamicSymbol.IsReference Property
- DynamicSymbol.IsStatic Property
- DynamicSymbol.NormalizedName Property
- DynamicSymbol.NotificationSettings Property
- DynamicSymbol.Parent Property
- DynamicSymbol.Size Property
- DynamicSymbol.SubSymbols Property
- DynamicSymbol.TypeName Property