ISerializable Interface
Defines a method that will be called by CreateObject(Value, Type, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean) and SerializeObject(Object, IncludeMembers, BindingFlags, ICollection.String., Boolean, UInt32, Boolean) to get the value of a specific member.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public interface ISerializable
The ISerializable type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Gets the value of the specified member identified by the given MemberInfo. |
Further Information