Opc.Ua.Core
ExtensionObject Constructor(ExpandedNodeId,Object)



Opc.Ua Namespace > ExtensionObject Class > ExtensionObject Constructor : ExtensionObject Constructor(ExpandedNodeId,Object)
The type describing the body
The underlying data/body to wrap
Initializes the object with an encodeable object.
Syntax
'Declaration
 
Public Function New( _
   ByVal typeId As ExpandedNodeId, _
   ByVal body As Object _
)
'Usage
 
Dim typeId As ExpandedNodeId
Dim body As Object
 
Dim instance As New ExtensionObject(typeId, body)
public ExtensionObject( 
   ExpandedNodeId typeId,
   object body
)
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, 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