InstrumentationType Enumeration

 

Specifies the type of instrumentation provided by a class.

Note: the WMI .NET libraries are now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.

Namespace:   System.Management.Instrumentation
Assembly:  System.Management (in System.Management.dll)

public enum class InstrumentationType

Member nameDescription
Abstract

The class defines an abstract class for management instrumentation.

Event

The class provides events for management instrumentation.

Instance

The class provides instances for management instrumentation.

The following example demonstrates how to create a management event class by using the InstrumentationType enumeration.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: