Visual Basic (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) |
C# | |
---|---|
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.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x