Instance Class

Definition

Represents derived classes known to be management instrumentation instance classes. These derived classes inherit an implementation of IInstance that allows instances to be published through the Published property.

Note: the WMI .NET libraries are now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.

public ref class Instance abstract : System::Management::Instrumentation::IInstance
[System.Management.Instrumentation.InstrumentationClass(System.Management.Instrumentation.InstrumentationType.Instance)]
public abstract class Instance : System.Management.Instrumentation.IInstance
[<System.Management.Instrumentation.InstrumentationClass(System.Management.Instrumentation.InstrumentationType.Instance)>]
type Instance = class
    interface IInstance
Public MustInherit Class Instance
Implements IInstance
Inheritance
Instance
Attributes
Implements

Constructors

Instance()

Initializes a new instance of the Instance class.

Properties

Published

Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to