System.Runtime 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.
Contains advanced types that support diverse namespaces such as the System
, Runtime
, and the Security
namespaces.
Classes
AmbiguousImplementationException |
The exception that is thrown when there are multiple incompatible interface methods overriding another method. |
AssemblyTargetedPatchBandAttribute |
Specifies patch band information for targeted patching of .NET. |
ControlledExecution |
Enables code to be run and aborted asynchronously. |
GCSettings |
Specifies the garbage collection settings for the current process. |
JitInfo |
Provides information about the Just In Time compiler. This class cannot be inherited. |
MemoryFailPoint |
Checks for sufficient memory resources before executing an operation. This class cannot be inherited. |
ProfileOptimization |
Improves the startup performance of application domains in applications that require the just-in-time (JIT) compiler by performing background compilation of methods that are likely to be executed, based on profiles created during previous compilations. |
TargetedPatchingOptOutAttribute |
Indicates that the .NET class library method to which this attribute is applied is unlikely to be affected by servicing releases, and therefore is eligible to be inlined across Native Image Generator (NGen) images. |
Structs
DependentHandle |
Represents a dependent garbage-collection handle. The handle will conditionally keep a dependent object instance alive as long as a target object instance is alive as well, without representing a strong reference to the target instance. |
Enums
GCLargeObjectHeapCompactionMode |
Indicates whether the next blocking garbage collection compacts the large object heap (LOH). |
GCLatencyMode |
Adjusts the time that the garbage collector intrudes in your application. |
Remarks
The types found in this namespace are intended for use in advanced development.