Opc.Ua.Core
LoadFromBinaryResource Method



Opc.Ua Namespace > NodeStateCollection Class : LoadFromBinaryResource Method
The context.
The resource path.
The assembly containing the resource.
if set to true the namespace and server tables are updated with any new URIs.
Loads the nodes from an embedded resource.
Syntax
'Declaration
 
Public Sub LoadFromBinaryResource( _
   ByVal context As ISystemContext, _
   ByVal resourcePath As String, _
   ByVal assembly As Assembly, _
   ByVal updateTables As Boolean _
) 
'Usage
 
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)
public void LoadFromBinaryResource( 
   ISystemContext context,
   string resourcePath,
   Assembly assembly,
   bool updateTables
)
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, 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

NodeStateCollection Class
NodeStateCollection Members