IField Interface
Specifies a single field/member of a Struct DataType.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IField : IAttributedInstance, IInstance,
IBitSizeThe IField 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 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)
| |
|
|
Indicates that the IInstance represents a Pointer type (Pointer TO)
| |
|
|
Gets a value indicating whether IInstance is a property.
| |
|
|
Indicates that the IInstance represents a Reference type (REFERENCE TO)
| |
|
|
Gets a value indicating whether this IInstance is static.
| |
|
|
Gets the Parent Struct/Union of this IField. | |
|
|
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
|