BuildInfo Structure
Contains additional information that is used in the Definition class to pass additional information.
Namespace: TcHmiSrv.DynamicSymbols
Assembly: TcHmiSrvExtNet.DynamicSymbols (in
TcHmiSrvExtNet.DynamicSymbols.dll) Version: 2.0.0.0
Syntax
C#
public struct BuildInfo
The BuildInfo type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Contains a bitmask comprised of one or more 'BindingFlags' that specify how the search is conducted. | |
|
Contains an ICollection.T. of elements that should be ignored. To ignore elements in the write value use the prefix 'writeValue'. | |
|
Contains the maximum schema depth. | |
|
Contains a bitmask comprised of one or more IncludeMembers that specify which members should be included. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified BuildInfo is equal to the current BuildInfo. (Overrides ValueType.Equals(Object).) | |
|
Serves as a hash function for a particular type. (Overrides ValueType.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether the specified BuildInfo is equal to the current BuildInfo. | |
|
Determines whether the specified BuildInfo is not equal to the current BuildInfo. |