Opc.Ua.Core
ExtensionObject Constructor(Object)



Opc.Ua Namespace > ExtensionObject Class > ExtensionObject Constructor : ExtensionObject Constructor(Object)
The body of the object: IEncodeable, XmlElement or Byte-array
Initializes the object with a body.
Syntax
'Declaration
 
Public Function New( _
   ByVal body As Object _
)
'Usage
 
Dim body As Object
 
Dim instance As New ExtensionObject(body)
public ExtensionObject( 
   object body
)
public:
ExtensionObject( 
   Object^ body
)

Parameters

body
The body of the object: IEncodeable, XmlElement or Byte-array
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