'Declaration
Public Sub LoadFromResource( _ 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.LoadFromResource(context, resourcePath, assembly, updateTables)
public void LoadFromResource( ISystemContext context, string resourcePath, Assembly assembly, bool updateTables )
public: void LoadFromResource( 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.