InstrumentationClassAttribute.ManagedBaseClassName 属性

定义

获取或设置该检测类的基类的名称。

public:
 property System::String ^ ManagedBaseClassName { System::String ^ get(); };
public string ManagedBaseClassName { get; }
member this.ManagedBaseClassName : string
Public ReadOnly Property ManagedBaseClassName As String

属性值

返回 String 值,该值包含此检测类的基类的名称。

注解

属性值

如果不是 null,则此字符串指示此类在 CIM 架构中从中继承的 WMI 基类。

.NET Framework 安全性

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

适用于