EasyUA Reference
UpdateExtension(Type,Object) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class > UpdateExtension Method : UpdateExtension(Type,Object) Method

type
The type.
value
The value.

Glossary Item Box

Updates the extension.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim type As Type
Dim value As Object
 
instance.UpdateExtension(type, value)
C# 
[ObsoleteAttribute("Not non-functional. Replaced by a template version UpdateExtension<T>")]
public void UpdateExtension( 
   Type type,
   object value
)

Parameters

type
The type.
value
The value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.