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

body
The body of the object: IEncodeable, XmlElement or Byte-array

Glossary Item Box

Initializes the object with a body.

Syntax

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

Parameters

body
The body of the object: IEncodeable, XmlElement or Byte-array

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.