This documentation is archived and is not being maintained.

Instrumentation Methods

The Instrumentation type exposes the following members.

  NameDescription
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Static member Fire Raises a management event.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Static member IsAssemblyRegistered Determines if the instrumentation schema of the specified assembly has already been correctly registered with WMI.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Publish Makes an instance visible through management instrumentation.
Public method Static member RegisterAssembly Registers the management instance or event classes in the specified assembly with WMI. This ensures that the instrumentation schema is accessible to System.Management client applications.
Public method Static member Revoke Makes an instance that was previously published through the Publish method no longer visible through management instrumentation.
Public method Static member SetBatchSize Specifies the maximum number of objects of the specified type to be provided at a time.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: