Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Runtime.ConstrainedExecution Namespace

 

The System.Runtime.ConstrainedExecution namespace 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).

ClassDescription
System_CAPS_pubclassCriticalFinalizerObject

Ensures that all finalization code in derived classes is marked as critical.

System_CAPS_pubclassPrePrepareMethodAttribute

Instructs the native image generation service to prepare a method for inclusion in a constrained execution region (CER).

System_CAPS_pubclassReliabilityContractAttribute

Defines a contract for reliability between the author of some code, and the developers who have a dependency on that code.

EnumerationDescription
System_CAPS_pubenumCer

Specifies a method's behavior when called within a constrained execution region.

System_CAPS_pubenumConsistency

Specifies a reliability contract.

Return to top
Show:
© 2017 Microsoft