0 out of 1 rated this helpful - Rate this topic

System.Runtime Namespace

The System.Runtime namespace contains advanced types that support diverse namespaces such as the System, Runtime, and the Security namespaces.

The types found in this namespace are intended for use in advanced development.

  ClassDescription
Public classAssemblyTargetedPatchBandAttributeInfrastructure. Specifies patch band information for targeted patching of the .NET Framework.
Public classSupported by Portable Class LibrarySupported in .NET for Windows Store appsGCSettingsSpecifies the garbage collection settings for the current process.
Public classMemoryFailPointChecks for sufficient memory resources before executing an operation. This class cannot be inherited.
Public classProfileOptimizationImproves 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.
Public classTargetedPatchingOptOutAttributeInfrastructure. Indicates that the .NET Framework 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.
  EnumerationDescription
Public enumerationSupported by Portable Class LibrarySupported in .NET for Windows Store appsGCLatencyModeAdjusts the time that the garbage collector intrudes in your application.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.