Opc.Ua.Core
LoadResource Method



Opc.Ua.Schema Namespace > SchemaValidator Class : LoadResource Method
Loads a schema from an embedded resource.
Syntax
'Declaration
 
Protected Shared Function LoadResource( _
   ByVal type As Type, _
   ByVal path As String, _
   ByVal assembly As Assembly _
) As Object
'Usage
 
Dim type As Type
Dim path As String
Dim assembly As Assembly
Dim value As Object
 
value = SchemaValidator.LoadResource(type, path, assembly)
protected static object LoadResource( 
   Type type,
   string path,
   Assembly assembly
)
protected:
static Object^ LoadResource( 
   Type^ type,
   String^ path,
   Assembly^ assembly
) 

Parameters

type
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