StrippingLevel

enumeration

Cambiar al Manual

Descripción

Managed code stripping level.

Variables

DisabledManaged code stripping is disabled.
StripAssembliesUnused parts of managed code are stripped away.
StripByteCodeManaged method bodies are stripped away. AOT platforms only.
UseMicroMSCorlibLightweight mscorlib version will be used at expense of limited compatibility.