| 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
Initializes the object with an encodeable object.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x