Name

LoaderOptimization

Valid on

Method

Description

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:

Value

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.

Get Programming Visual Basic .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.