GlobalSettingsValidationLevel Property |
Namespace: DigitalRune
The default validation level for release builds is 0. Setting a validation level greater than 0, enables additional checks in the DigitalRune libraries, e.g. more detailed input validation. These checks are usually turned off (using ValidationLevel = 0) to avoid a performance impact in release builds. During development and for debugging, validation can be enabled. Set ValidationLevel to 0xff (=255) to enable all checks which are relevant for DigitalRune customers. Validation levels > 255 are reserved for internal development.