Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

StrippingLevel

enumeration

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.

Did you find this page useful? Please give it a rating: