Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Contains values that indicate the type of validation that should be performed in a call to the ICLRValidator::Validate method.
Syntax
enum ValidatorFlags {
VALIDATOR_EXTRA_VERBOSE = 0x00000001,
VALIDATOR_SHOW_SOURCE_LINES = 0x00000002,
VALIDATOR_CHECK_ILONLY = 0x00000004,
VALIDATOR_CHECK_PEFORMAT_ONLY = 0x00000008,
VALIDATOR_NOCHECK_PEFORMAT = 0x00000010,
};
Members
| Member | Description |
|---|---|
VALIDATOR_CHECK_ILONLY |
Specifies that only the common intermediate language (CIL) in the executable file should be validated. |
VALIDATOR_CHECK_PEFORMAT_ONLY |
Specifies that only the format of the executable file should be validated. |
VALIDATOR_EXTRA_VERBOSE |
Specifies that all types of validation should be performed and reported on. |
VALIDATOR_NOCHECK_PEFORMAT |
Specifies that the format of the executable file should not be validated. |
VALIDATOR_SHOW_SOURCE_LINES |
Specifies that validation error messages should include the lines of source code that raise validation errors. This field value is not valid in .NET Framework version 2.0. |
Requirements
Platforms: See System Requirements.
Header: IValidator.idl, IValidator.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.