EasyUA Reference
Construct(Type) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > Construct Method : Construct(Type) Method

systemType
The specified system (framework) type.

Glossary Item Box

Returns the type info for the specified system type.

Syntax

Visual Basic (Usage)Copy Code
Dim systemType As Type
Dim value As TypeInfo
 
value = TypeInfo.Construct(systemType)
C# 
public static TypeInfo Construct( 
   Type systemType
)

Parameters

systemType
The specified system (framework) type.

Return Value

TypeInfo instance storing information equivalent to the systemType type.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.