DynamicValue.TryGetMemberValue Method

Tries the get member value.

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

Syntax

C#

public virtual bool TryGetMemberValue(
    string name,
    out Object?? result
)

Parameters

name

Type: System.String
The name.

result

Type: System.Object.
The result.

Return Value

Type: Boolean
true if the member value could be determined, false otherwise.

Implements

IStructValue.TryGetMemberValue(String, Object.)

Exceptions

Exception

Condition

SymbolException

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace