Opc.Ua.Core
DecodeExtensionObject Method



Opc.Ua Namespace > BaseVariableState Class : DecodeExtensionObject Method
The context (uses ServiceMessageContext.GlobalContext if null).
The type that the ExtensionObject must be converted to.
The ExtensionObject to convert.
Whether to throw an exception on error.
Decodes the contents of an extension object.
Syntax
'Declaration
 
Public Shared Function DecodeExtensionObject( _
   ByVal context As ISystemContext, _
   ByVal targetType As Type, _
   ByVal extension As ExtensionObject, _
   ByVal throwOnError As Boolean _
) As Object
'Usage
 
Dim context As ISystemContext
Dim targetType As Type
Dim extension As ExtensionObject
Dim throwOnError As Boolean
Dim value As Object
 
value = BaseVariableState.DecodeExtensionObject(context, targetType, extension, throwOnError)

Parameters

context
The context (uses ServiceMessageContext.GlobalContext if null).
targetType
The type that the ExtensionObject must be converted to.
extension
The ExtensionObject to convert.
throwOnError
Whether to throw an exception on error.

Return Value

The decoded instance. Null on error.
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

BaseVariableState Class
BaseVariableState Members