Click or drag to resize

Configuration Properties

The Configuration type exposes the following members.

Properties
  NameDescription
Public propertyCommon
Returns the common section of the configuration.

The common section is for use by both the compiler and the runtime.

Public propertyCompiler
Returns the compiler section of the configuration.

The compiler section is for use by the compiler. The runtime ignores this part of the configuration object.

Public propertyContainer
Gets or sets the container.
Public propertyResourceManager
Gets the resource manager.
Public propertyRuntime
Returns the runtime section of the configuration.

The runtime section is for use by the runtime. The compiler ignores this part of the configuration object.

Top
See Also