ISerializable.GetValue Method
Gets the value of the specified member identified by the given MemberInfo.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
Object GetValue(
MemberInfo info
)
Parameters
info |
Type: System.Reflection.MemberInfo |
Return Value
Type: Object
The value of the specified member.