Mono Class Library: System Namespace

System.LoaderOptimization Enumeration

These values are used in AppDomainSetup to control the way code is JITed.

As of Mono 1.1.9 the values are not used.

[Edit]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LoaderOptimization

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
DisallowBindingsDocumentation for this section has not yet been entered. [Edit]
DomainMaskDocumentation for this section has not yet been entered. [Edit]
MultiDomainThe code should be optimized for used across multiple domains. [Edit]
MultiDomainHostDocumentation for this section has not yet been entered. [Edit]
NotSpecifiedDocumentation for this section has not yet been entered. [Edit]
SingleDomainThe code should be optimized for single domain use. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0