8 references to Instrumentation
System.Management (8)
Instrumentation\EventSource.cs (3)
544
if(
Instrumentation
.ProcessIdentity != processId)
589
o =
Instrumentation
.ProcessIdentity;
772
Object processIdentity =
Instrumentation
.ProcessIdentity;
Instrumentation\Instrumentation.cs (5)
49
lock(typeof(
Instrumentation
))
147
/// <para>Makes an instance that was previously published through the <see cref='System.Management.Instrumentation.
Instrumentation
.Publish'/>
767
fireFunction =
Instrumentation
.GetFireFunction(this.GetType());
903
publishFunction =
Instrumentation
.GetPublishFunction(this.GetType());
914
revokeFunction =
Instrumentation
.GetRevokeFunction(this.GetType());