uaPLUS Reference
DecodeExtensionObject Method
See Also  Send Feedback
Opc.Ua Namespace > BaseVariableState Class : DecodeExtensionObject Method

context
targetType
extension
throwOnError

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function DecodeExtensionObject( _
   ByVal context As ISystemContext, _
   ByVal targetType As Type, _
   ByVal extension As ExtensionObject, _
   ByVal throwOnError As Boolean _
) As Object
C# 
public static object DecodeExtensionObject( 
   ISystemContext context,
   Type targetType,
   ExtensionObject extension,
   bool throwOnError
)

Parameters

context
targetType
extension
throwOnError

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.