Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

ObfuscationAttribute

Мрак edited this page Nov 15, 2020 · 1 revision

ObfuscationAttribute

Specifies what methods or types should be virtualized.

Properties:

  • Features:
    • virt: Use to specify the virtualization inclusion.
  • ApplyToMembers: Indicates whether the attribute's obfuscation feature should be applied to member.
    • Defaults to true.
  • StripAfterObfuscation: If true, Nasha will remove this attribute usage from the output assembly.
    • Defaults to true.
Clone this wiki locally