EasyUA Reference
LoadFromBinaryResource Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeStateCollection Class : LoadFromBinaryResource Method

context
The context.
resourcePath
The resource path.
assembly
The assembly containing the resource.
updateTables
if set to true the namespace and server tables are updated with any new URIs.

Glossary Item Box

Loads the nodes from an embedded resource.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeStateCollection
Dim context As ISystemContext
Dim resourcePath As String
Dim assembly As Assembly
Dim updateTables As Boolean
 
instance.LoadFromBinaryResource(context, resourcePath, assembly, updateTables)
C# 
public void LoadFromBinaryResource( 
   ISystemContext context,
   string resourcePath,
   Assembly assembly,
   bool updateTables
)

Parameters

context
The context.
resourcePath
The resource path.
assembly
The assembly containing the resource.
updateTables
if set to true the namespace and server tables are updated with any new URIs.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.