IAttributedInstance Interface

Interface IAttributedInstance

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IAttributedInstance : IInstance, 
    IBitSize

The IAttributedInstance type exposes the following members.

Properties

 

Name

Description

IAttributedInstance Interface 1:

Attributes

Gets the Type Attributes.

IAttributedInstance Interface 2:

BitSize

Gets the size of the IDataType in bits. (Inherited from IBitSize.)

IAttributedInstance Interface 3:

ByteSize

Gets the (aligned) size of of the Type/Instance in Bytes (Inherited from IBitSize.)

IAttributedInstance Interface 4:

Comment

Gets the comment of the IInstance (Inherited from IInstance.)

IAttributedInstance Interface 5:

DataType

Gets the IDataType of the IInstance. (Inherited from IInstance.)

IAttributedInstance Interface 6:

InstanceName

Gets the name of the instance (without periods (.) (Inherited from IInstance.)

IAttributedInstance Interface 7:

InstancePath

Gets the relative / absolute access path to the instance (with periods (.)) (Inherited from IInstance.)

IAttributedInstance Interface 8:

IsBitType

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.)

IAttributedInstance Interface 9:

IsByteAligned

Indicates that the Size of the Object is Byte aligned (BitSize % 8 == 0) (Inherited from IBitSize.)

IAttributedInstance Interface 10:

IsPointer

Indicates that the IInstance represents a Pointer type (Pointer TO) (Inherited from IInstance.)

IAttributedInstance Interface 11:

IsReference

Indicates that the IInstance represents a Reference type (REFERENCE TO) (Inherited from IInstance.)

IAttributedInstance Interface 12:

IsStatic

Gets a value indicating whether this IInstance is static. (Inherited from IInstance.)

IAttributedInstance Interface 13:

Size

Gets the size of the object in bytes or Bits dependant on IsBitType (Inherited from IBitSize.)

IAttributedInstance Interface 14:

TypeName

Gets the name of the DataType that is used for this IInstance. (Inherited from IInstance.)

IAttributedInstance Interface 15:

ValueEncoding

Gets the value encoding.

Extension Methods

 

Name

Description

ReferencesExternalData

Indicates, that the Instance value includes process memory data, that cannot be read in one memory block. (Defined by DataTypeExtension.)

Reference

TwinCAT.TypeSystem Namespace

TwinCAT.TypeSystem.IInstance