This documentation is archived and is not being maintained.
IInstance Interface
.NET Framework 1.1
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.
For a list of all members of this type, see IInstance Members.
[Visual Basic] Public Interface IInstance [C#] public interface IInstance [C++] public __gc __interface IInstance [JScript] public interface IInstance
Classes that Implement IInstance
| Class | Description |
|---|---|
| Instance | 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. |
Requirements
Namespace: System.Management.Instrumentation
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Management (in System.Management.dll)
See Also
IInstance Members | System.Management.Instrumentation Namespace
Show: