December 2001
Beginner
464 pages
13h 51m
English
LoaderOptimization
Method
Specifies a loader optimization for an application. This attribute should be used only on an application’s Main method.
The LoaderOptimizationAttribute class constructor is:
Public Sub New(ByVal value As System.LoaderOptimization)The value parameter indicates the loader
optimization that is to be performed. Permitted values are:
MultiDomain, MultiDomainHost,
NotSpecified, and SingleDomain.
The LoaderOptimizationAttribute class has a single property:
Indicates the loader optimization that is to be performed. The type is LoaderOptimization (defined in the System namespace).
Loader optimizations are not discussed in this book.
Read now
Unlock full access