IHierarchicalSymbol Interface
Bindable Symbol interface (for internal use only)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IHierarchicalSymbol : ISymbol,
IAttributedInstance, IInstance, IBitSizeThe IHierarchicalSymbol type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the Type Attributes.
| |
|
|
Gets the size of the IDataType in bits.
| |
|
|
Gets the (aligned) size of of the Type/Instance in Bytes
| |
|
|
Gets the Symbol/Datatype Category
| |
|
| ||
|
|
Gets the IDataType of the IInstance.
| |
|
|
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 IInstance is a property.
| |
|
|
Indicates that this instance 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 IInstance is static.
| |
|
|
Gets the parent Symbol
| |
|
|
Gets the size of the object in bytes or Bits dependant on IsBitType | |
|
| ||
|
|
Gets the name of the DataType that is used for this IInstance.
| |
|
|
Gets the value encoding.
|
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Indicates, that the Instance value includes process memory data, that cannot be read in one memory block.
| |
|
|
Indicates, that the field is static or is not part of the parents processimage memory location
| |
|
|
Gets the Unwrapped Symbol
|