'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)
Parameters
- type
- path
- assembly