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

typeId
The type describing the body
body
The underlying data/body to wrap

Glossary Item Box

Initializes the object with an encodeable object.

Syntax

Visual Basic (Usage)Copy Code
Dim typeId As ExpandedNodeId
Dim body As Object
 
Dim instance As New ExtensionObject(typeId, body)
C# 
public ExtensionObject( 
   ExpandedNodeId typeId,
   object body
)

Parameters

typeId
The type describing the body
body
The underlying data/body to wrap

Remarks

Initializes the object with an encodeable object.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.