Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The BinarySchemaValidator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BinarySchemaValidator()()()() |
Intializes the object with default values.
| |
| BinarySchemaValidator(Dictionary<(Of <<'(String, String>)>>)) |
Intializes the object with a file table.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetSchema |
Returns the schema for the specified type (returns the entire schema if null).
(Overrides SchemaValidator..::..GetSchema(String).) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load |
Loads the dictionary from a file.
(Inherited from SchemaValidator.) | |
| LoadInput(Type, Stream) |
Loads an input file for validation.
(Inherited from SchemaValidator.) | |
| LoadInput(Type, String) |
Loads an input file for validation.
(Inherited from SchemaValidator.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetResourcePaths |
Adds the embedded resources to the file table.
(Inherited from SchemaValidator.) | |
| ToString | (Inherited from Object.) | |
| Validate(Stream) |
Generates the code from the contents of the address space.
| |
| Validate(String) |
Generates the code from the contents of the address space.
|
Properties
| Name | Description | |
|---|---|---|
| Dictionary |
The dictionary that was validated.
| |
| FilePath |
The file that was validated.
(Inherited from SchemaValidator.) | |
| KnownFiles |
A table of known files.
(Inherited from SchemaValidator.) | |
| LoadedFiles |
A table of files which have been loaded.
(Inherited from SchemaValidator.) | |
| ValidatedDescriptions |
The types defined in the dictionary.
| |
| Warnings |
Any warnings during validation.
|