DynamicValue.ReadMember Method

Reads the specified member element.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

protected virtual Object ReadMember(
    ISymbol memberInstance
)

VB

Protected Overridable Function ReadMember ( 
    memberInstance As ISymbol
) As Object

Parameters

memberInstance

Type: TwinCAT.TypeSystem.ISymbol
The member instance.

Return Value

Type: Object

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace