Opc.Ua.Core
ExtensionObject Constructor(ExtensionObject)



Opc.Ua Namespace > ExtensionObject Class > ExtensionObject Constructor : ExtensionObject Constructor(ExtensionObject)
The value to be copied.
Creates a deep copy of the value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As ExtensionObject _
)
'Usage
 
Dim value As ExtensionObject
 
Dim instance As New ExtensionObject(value)
public ExtensionObject( 
   ExtensionObject value
)
public:
ExtensionObject( 
   ExtensionObject^ value
)

Parameters

value
The value to be copied.
Exceptions
ExceptionDescription
Thrown when the value is null
Remarks
Creates a deep copy of the value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExtensionObject Class
ExtensionObject Members
Overload List