EasyUA Reference
TypeInfo Constructor
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class : TypeInfo Constructor

builtInType
Type of the built in.
valueRank
The value rank.

Glossary Item Box

Construct the object with a built-in type and a value rank.

Syntax

Visual Basic (Usage)Copy Code
Dim builtInType As BuiltInType
Dim valueRank As Integer
 
Dim instance As New TypeInfo(builtInType, valueRank)
C# 
public TypeInfo( 
   BuiltInType builtInType,
   int valueRank
)

Parameters

builtInType
Type of the built in.
valueRank
The value rank.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.