GeneratedClassContext.SupportsInstrumentation 属性

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取一个值,该值指示生成的类是否支持检测。

public bool SupportsInstrumentation { get; }
member this.SupportsInstrumentation : bool
Public ReadOnly Property SupportsInstrumentation As Boolean

属性值

如果生成的类支持检测,则为 true;否则为 false。

适用于