Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

StrippingLevel

Description

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.