Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
System.Runtime.ConstrainedExecution Namespace
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.
Defines a set of types that enumerate and define a contract for reliability between the author of some code, and the developers who take a dependency on that code. The types in the System.Runtime.ConstrainedExecution namespace are intended for use in constrained execution regions (CERs).
Classes
| Name | Description |
|---|---|
| CriticalFinalizerObject |
Ensures that all finalization code in derived classes is marked as critical. |
| PrePrepareMethodAttribute |
Instructs the native image generation service to prepare a method for inclusion in a constrained execution region (CER). |
| ReliabilityContractAttribute |
Defines a contract for reliability between the author of some code, and the developers who have a dependency on that code. |
Enums
| Name | Description |
|---|---|
| Cer |
Specifies a method's behavior when called within a constrained execution region. |
| Consistency |
Specifies a reliability contract. |
See also
Feedback
Was this page helpful?
