optRefType Enum

Definition

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

optNoReferences 1

Keep Unreferenced Data (/OPT:NOREF)

optReferences 2

Eliminate Unreferenced Data (/OPT:REF)

optReferencesDefault 0

Default

Applies to