Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The BinarySchemaValidator type exposes the following members.

Constructors

  NameDescription
Public methodBinarySchemaValidator()()()()
Intializes the object with default values.
Public methodBinarySchemaValidator(Dictionary<(Of <<'(String, String>)>>))
Intializes the object with a file table.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSchema
Returns the schema for the specified type (returns the entire schema if null).
(Overrides SchemaValidator..::..GetSchema(String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLoad
Loads the dictionary from a file.
(Inherited from SchemaValidator.)
Protected methodLoadInput(Type, Stream)
Loads an input file for validation.
(Inherited from SchemaValidator.)
Protected methodLoadInput(Type, String)
Loads an input file for validation.
(Inherited from SchemaValidator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetResourcePaths
Adds the embedded resources to the file table.
(Inherited from SchemaValidator.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate(Stream)
Generates the code from the contents of the address space.
Public methodValidate(String)
Generates the code from the contents of the address space.

Properties

  NameDescription
Public propertyDictionary
The dictionary that was validated.
Public propertyFilePath
The file that was validated.
(Inherited from SchemaValidator.)
Public propertyKnownFiles
A table of known files.
(Inherited from SchemaValidator.)
Public propertyLoadedFiles
A table of files which have been loaded.
(Inherited from SchemaValidator.)
Public propertyValidatedDescriptions
The types defined in the dictionary.
Public propertyWarnings
Any warnings during validation.

See Also