PexRuntimeContractsFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the rewritten assembly level contract
This enumeration supports a bitwise combination of its member values.
public enum class PexRuntimeContractsFlags
[System.Flags]
[System.Serializable]
public enum PexRuntimeContractsFlags
[<System.Flags>]
[<System.Serializable>]
type PexRuntimeContractsFlags =
Public Enum PexRuntimeContractsFlags
- Inheritance
-
PexRuntimeContractsFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No contracts |
LegacyRequires | 1 | LegacyRequires |
RequiresWithException | 2 | RequiresAlways |
Requires | 4 | Preconditions |
Ensures | 8 | Ensures |
Invariants | 16 | Invariants |
Asserts | 32 | Assertions |
Assumes | 64 | Assumptions |
AsyncEnsures | 128 | Async ensures |
Preconditions | 135 | All preconditions |
ThrowOnFailure | 4096 | Throws on failure |
StandardMode | 8192 | Standard mode |
InheritContracts | 16384 | Inherit contracts |
Full | 20735 | All contracts |
NoChecking | 32768 | No checking |