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
Members
Member Name | Description |
---|
DisallowBindings | Documentation for this section has not yet been entered.
[Edit]
|
DomainMask | Documentation for this section has not yet been entered.
[Edit]
|
MultiDomain | The code should be optimized for used across multiple domains.
[Edit]
|
MultiDomainHost | Documentation for this section has not yet been entered.
[Edit]
|
NotSpecified | Documentation for this section has not yet been entered.
[Edit]
|
SingleDomain | The 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