Represents a result object base in Configuration Manager 2007, and used to create a wrapper that supports the IResultObject interface Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ResultObjectBase

Syntax

Visual Basic
Public MustInherit Class ResultObjectBase
		Implements IDisposable, ICloneable
C#
public abstract class ResultObjectBase : IDisposable, ICloneable
C++
public ref class ResultObjectBase abstract : IDisposable, ICloneable
J#
public abstract class ResultObjectBase implements IDisposable, ICloneable
JScript
public abstract class ResultObjectBase implements IDisposable, ICloneable

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ManagementProvider.ResultObjectBase
     Microsoft.ConfigurationManagement.ManagementProvider.ResultObjectsManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also