optRefType 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 OptimizeReferences property.
public enum class optRefType
public enum class optRefType
enum optRefType
public enum optRefType
type optRefType =
Public Enum optRefType
- Inheritance
-
optRefType
Fields
Name | Value | Description |
---|---|---|
optReferencesDefault | 0 | Default |
optNoReferences | 1 | Keep Unreferenced Data (/OPT:NOREF) |
optReferences | 2 | Eliminate Unreferenced Data (/OPT:REF) |