1 instantiation of InstrumentedAttribute
System.Management (1)
Instrumentation\Attributes.cs (1)
144
return new
InstrumentedAttribute
();
10 references to InstrumentedAttribute
System.Management (10)
Instrumentation\Attributes.cs (7)
31
/// of the <see cref='System.Management.Instrumentation.
InstrumentedAttribute
'/> class.
34
/// <para>Initializes a new instance of the <see cref='System.Management.Instrumentation.
InstrumentedAttribute
'/>
40
/// <para>Initializes a new instance of the <see cref='System.Management.Instrumentation.
InstrumentedAttribute
'/> class that is set to the specified namespace for instrumentation within this assembly.</para>
46
/// <para>Initializes a new instance of the <see cref='System.Management.Instrumentation.
InstrumentedAttribute
'/> class that is set to the specified namespace and security settings for instrumentation within this assembly.</para>
139
internal static
InstrumentedAttribute
GetAttribute(Assembly assembly)
141
Object [] rg = assembly.GetCustomAttributes(typeof(
InstrumentedAttribute
), false);
143
return ((
InstrumentedAttribute
)rg[0]);
Instrumentation\SchemaRegistration.cs (3)
43
InstrumentedAttribute
attr =
InstrumentedAttribute
.GetAttribute(assembly);
329
Type[] types =
InstrumentedAttribute
.GetInstrumentedTypes(assembly);