InstrumentedAttribute Constructor (String^)

 

Initializes a new instance of the InstrumentedAttribute class that is set to the specified namespace for instrumentation within this assembly.

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

public:
InstrumentedAttribute(
	String^ namespaceName
)

Parameters

namespaceName
Type: System::String^

The namespace for instrumentation instances and events.

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: