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

value
The value to be copied.

Glossary Item Box

Creates a deep copy of the value.

Syntax

Visual Basic (Usage)Copy Code
Dim value As ExtensionObject
 
Dim instance As New ExtensionObject(value)
C# 
public ExtensionObject( 
   ExtensionObject value
)

Parameters

value
The value to be copied.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThrown when the value is null

Remarks

Creates a deep copy of the value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.