InstrumentationClassAttribute 构造函数

定义

初始化 InstrumentationClassAttribute 类的新实例。

重载

InstrumentationClassAttribute(InstrumentationType)

初始化 类的新实例,如果此类型派生自具有 InstrumentationClassAttribute 属性的另一个类型,或者这是顶级检测类 (例如,没有基类的实例或抽象类,或者派生自 __ExtrinsicEvent) 的事件,则使用该类的新实例InstrumentationClassAttribute

InstrumentationClassAttribute(InstrumentationType, String)

初始化 InstrumentationClassAttribute 类的新实例,它具有现有基类的架构。 该类必须包含现有 WMI 基类的属性的正确成员定义。

InstrumentationClassAttribute(InstrumentationType)

初始化 类的新实例,如果此类型派生自具有 InstrumentationClassAttribute 属性的另一个类型,或者这是顶级检测类 (例如,没有基类的实例或抽象类,或者派生自 __ExtrinsicEvent) 的事件,则使用该类的新实例InstrumentationClassAttribute

public:
 InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType)

参数

instrumentationType
InstrumentationType

该类提供的检测的类型。

注解

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于

InstrumentationClassAttribute(InstrumentationType, String)

初始化 InstrumentationClassAttribute 类的新实例,它具有现有基类的架构。 该类必须包含现有 WMI 基类的属性的正确成员定义。

public:
 InstrumentationClassAttribute(System::Management::Instrumentation::InstrumentationType instrumentationType, System::String ^ managedBaseClassName);
public InstrumentationClassAttribute (System.Management.Instrumentation.InstrumentationType instrumentationType, string managedBaseClassName);
new System.Management.Instrumentation.InstrumentationClassAttribute : System.Management.Instrumentation.InstrumentationType * string -> System.Management.Instrumentation.InstrumentationClassAttribute
Public Sub New (instrumentationType As InstrumentationType, managedBaseClassName As String)

参数

instrumentationType
InstrumentationType

该类提供的检测的类型。

managedBaseClassName
String

基类的名称。

注解

.NET Framework 安全性

对直接调用方的完全信任。 此成员不能由部分信任的代码使用。 有关详细信息,请参阅 使用部分受信任的代码中的库

适用于