IMember Interface
Specifies a single field/member of a Struct DataType.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface IMember : IField,
IAttributedInstance, IInstance, IBitSize
VB
Public Interface IMember
Inherits IField, IAttributedInstance, IInstance, IBitSize
The IMember type exposes the following members.
Properties
| 
 | Name | Description | 
|---|---|---|
| 
                     | Gets the Type Attributes. (Inherited from IAttributedInstance.) | |
| 
                     | Gets the bit offset. | |
| 
                     | Gets the size of the IDataType in bits. (Inherited from IBitSize.) | |
| 
                     | Gets the byte offset. | |
| 
                     | Gets the (aligned) size of of the Type/Instance in Bytes (Inherited from IBitSize.) | |
| 
                     | Gets the comment of the IInstance (Inherited from IInstance.) | |
| 
                     | Gets the IDataType of the IInstance. (Inherited from IInstance.) | |
| 
                     | Gets the name of the instance (without periods (.) (Inherited from IInstance.) | |
| 
                     | Gets the relative / absolute access path to the instance (with periods (.)) (Inherited from IInstance.) | |
| 
                     | Gets a value indicating whether this instance is not basing on a full DataType but instead of some sort of bit mapping (Inherited from IBitSize.) | |
| 
                     | Indicates that the Size of the Object is Byte aligned (BitSize % 8 == 0) (Inherited from IBitSize.) | |
| 
                     | Indicates that the IInstance represents a Pointer type (Pointer TO) (Inherited from IInstance.) | |
| 
                     | Indicates that the IInstance represents a Reference type (REFERENCE TO) (Inherited from IInstance.) | |
| 
                     | Gets a value indicating whether this IInstance is static. (Inherited from IInstance.) | |
| 
                     | Gets the offset of the IMember within the parent IStructType in bits or bytes dependent on IsBitType. | |
| 
                     | Gets the Parent Struct/Union of this IField. (Inherited from IField.) | |
| 
                     | Gets the size of the object in bytes or Bits dependant on IsBitType (Inherited from IBitSize.) | |
| 
                     | Gets the name of the DataType that is used for this IInstance. (Inherited from IInstance.) | 
