LiquidTechnologies.XmlObjects Namespace / XsdValidator Class / XsdValidator Constructor
The assembly containing the resources
The path to the XSD schemas in the resources

In This Topic
    XsdValidator Constructor
    In This Topic
    Initialises the class by loading the schema set by loading the schemas from the resourcePath in the specified assembly.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal assembly As System.Reflection.Assembly, _
       ByVal resourcePath As System.String _
    )
    public XsdValidator( 
       System.Reflection.Assembly assembly,
       System.string resourcePath
    )

    Parameters

    assembly
    The assembly containing the resources
    resourcePath
    The path to the XSD schemas in the resources
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also