EmitTypeInformation 列舉

定義

指定發出型別資訊的頻率。

public enum class EmitTypeInformation
public enum EmitTypeInformation
type EmitTypeInformation = 
Public Enum EmitTypeInformation
繼承
EmitTypeInformation

欄位

Always 1

永遠要發出型別資訊。

AsNeeded 0

視需要發出型別資訊。

Never 2

永遠不要發出型別資訊。

適用於