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

value
The value.

Glossary Item Box

Returns the type info for the provided value.

Syntax

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

Parameters

value
The value.

Return Value

TypeInfo instance storing information about the value 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.