IInstance Interface

Definition

Specifies a source of a management instrumentation instance. Objects that implement this interface are known to be sources of management instrumentation instances. Classes that do not derive from Instance should implement this interface instead.

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 interface class IInstance
public interface IInstance
type IInstance = interface
Public Interface IInstance
Derived

Properties

Published

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

Applies to