InstrumentationClassAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the InstrumentationClassAttribute class.
Assembly: System.Management (in System.Management.dll)
| Name | Description | |
|---|---|---|
![]() | InstrumentationClassAttribute(InstrumentationType) | Initializes a new instance of the InstrumentationClassAttribute class that is used if this type is derived from another type that has the InstrumentationClassAttribute attribute, or if this is a top-level instrumentation class (for example, an instance or abstract class without a base class, or an event derived from __ExtrinsicEvent). |
![]() | InstrumentationClassAttribute(InstrumentationType, String^) | Initializes a new instance of the InstrumentationClassAttribute class that has schema for an existing base class. The class must contain proper member definitions for the properties of the existing WMI base class. |
Show:
