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.

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

Remarks

Documentation for this section has not yet been entered.

Members

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

Requirements

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