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, 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.

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

public:
InstrumentationClassAttribute(
	InstrumentationType instrumentationType,
	String^ managedBaseClassName
)

Parameters

instrumentationType
Type: System.Management.Instrumentation::InstrumentationType

The type of instrumentation provided by this class.

managedBaseClassName
Type: System::String^

The name of the base 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