Aracılığıyla paylaş


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

Name Value Description
optReferencesDefault 0

Default

optNoReferences 1

Keep Unreferenced Data (/OPT:NOREF)

optReferences 2

Eliminate Unreferenced Data (/OPT:REF)

Applies to