linkAssemblyDebug Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the AssemblyDebug property.
public enum class linkAssemblyDebug
public enum class linkAssemblyDebug
enum linkAssemblyDebug
public enum linkAssemblyDebug
type linkAssemblyDebug =
Public Enum linkAssemblyDebug
- Inheritance
-
linkAssemblyDebug
Fields
linkAssemblyDebugDefault | 0 | No debuggable attribute emitted |
linkAssemblyDebugDisable | 2 | No runtime tracking and enable optimizations (/ASSEMBLYDEBUG:DISABLE) |
linkAssemblyDebugFull | 1 | Runtime tracking and disable optimizations (/ASSEMBLYDEBUG) |