Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InstrumentationClassAttribute Constructor (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).

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

public:
InstrumentationClassAttribute(
	InstrumentationType instrumentationType
)

Parameters

instrumentationType
Type: System.Management.Instrumentation::InstrumentationType

The type of instrumentation provided by this class.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft