ShutdownClearAttribute

Description

sealed class CodeX.ShutdownClearAttribute

Derived from

Attribute abstract

The ShutdownClear is used to mark static fields that are cleared resp. disposed during global shutdown.

Usually, static fields will not be exposed in the public API and this attribute is used only as an implementation detail. However, there are some corner cases where static fields may be exposed.

See also

Shutdown