EmitTypeInformation Enum

Definition

Specifies how often to emit type information.

public enum class EmitTypeInformation
public enum EmitTypeInformation
type EmitTypeInformation = 
Public Enum EmitTypeInformation
Inheritance
EmitTypeInformation

Fields

Always 1

Always to emit type information.

AsNeeded 0

As needed emit type information.

Never 2

Never to emit type information.

Applies to