Opc.Ua.Core
Load Method (SchemaValidator)



Opc.Ua.Schema Namespace > SchemaValidator Class : Load Method
Loads the dictionary from a file.
Syntax
'Declaration
 
Protected Function Load( _
   ByVal type As Type, _
   ByVal namespaceUri As String, _
   ByVal path As String, _
   Optional ByVal assembly As Assembly _
) As Object
'Usage
 
Dim instance As SchemaValidator
Dim type As Type
Dim namespaceUri As String
Dim path As String
Dim assembly As Assembly
Dim value As Object
 
value = instance.Load(type, namespaceUri, path, assembly)

Parameters

type
namespaceUri
path
assembly
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

SchemaValidator Class
SchemaValidator Members