Symbol Constructor (String, Type, Type, Boolean, IncludeMembers, BindingFlags, ICollection.String., UInt32)
Initializes a new instance of the Symbol class.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public Symbol(
string name,
Type readValue = null,
Type writeValue = null,
bool isFunction = false,
IncludeMembers members = IncludeMembers.Fields|IncludeMembers.Properties,
BindingFlags bindingAttr = BindingFlags.Default,
ICollection<string> ignoreElements = null,
uint maxDepth = 4294967295
)
Parameters
name |
Type: System.String |
readValue (Optional) |
Type: System.Type |
writeValue (Optional) |
Type: System.Type |
isFunction (Optional) |
Type: System.Boolean |
members (Optional) |
Type: TcHmiSrv.DynamicSymbols.IncludeMembers |
bindingAttr (Optional) |
Type: System.Reflection.BindingFlags |
ignoreElements (Optional) |
Type: System.Collections.Generic.ICollection.String. |
maxDepth (Optional) |
Type: System.UInt32 |