BuildInfo Constructor

Initializes a new instance of the BuildInfo class.

Namespace:  TcHmiSrv.DynamicSymbols
Assembly:  TcHmiSrvExtNet.DynamicSymbols (in TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0

Syntax

C#

public BuildInfo(
    IncludeMembers members,
    BindingFlags bindingAttr,
    ICollection<string> ignoreElements,
    uint maxDepth
)

Parameters

members

Type: TcHmiSrv.DynamicSymbols.IncludeMembers
A bitmask comprised of one or more IncludeMembers that specify which members should be included.

bindingAttr

Type: System.Reflection.BindingFlags
A bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted.

ignoreElements

Type: System.Collections.Generic.ICollection.String.
A collection of elements that should be ignored. To ignore elements in the write value use the prefix 'writeValue'.

maxDepth

Type: System.UInt32
The maximum schema depth.

Reference

BuildInfo Structure

TcHmiSrv.DynamicSymbols Namespace