EmitTypeInformation Výčet

Definice

Určuje, jak často se mají generovat informace o typu.

public enum class EmitTypeInformation
public enum EmitTypeInformation
type EmitTypeInformation = 
Public Enum EmitTypeInformation
Dědičnost
EmitTypeInformation

Pole

Always 1

Vždy vygenerujte informace o typu.

AsNeeded 0

Podle potřeby generují informace o typu.

Never 2

Nikdy nevysílejte informace o typu.

Platí pro