TcHmiSerializer.CreateObject Method (Value, Type, Boolean, Boolean, ICollection.String., Boolean, UInt32, Boolean)
Serializes an instance of type Value to the corresponding instance of the given Type with the specified BindingFlags without the ignored elements up to the specified serialization depth.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public static Object CreateObject(
Value value,
Type type,
bool skipAbstractOrInterface = false,
bool allowChangeType = false,
ICollection<string> ignoreElements = null,
bool ignoreNull = false,
uint maxDepth = 4294967295,
bool throwException = true
)
Parameters
value |
Type: TcHmiSrv.Value |
type |
Type: System.Type |
skipAbstractOrInterface (Optional) |
Type: System.Boolean |
allowChangeType (Optional) |
Type: System.Boolean |
ignoreElements (Optional) |
Type: System.Collections.Generic.ICollection.String. |
ignoreNull (Optional) |
Type: System.Boolean |
maxDepth (Optional) |
Type: System.UInt32 |
throwException (Optional) |
Type: System.Boolean |