ResultObjectBase Class
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
'Usage
Dim instance As ResultObjectBase
Syntax
'Declaration
Public MustInherit Class ResultObjectBase
Implements IDisposable, ICloneable
public abstract class ResultObjectBase : IDisposable, ICloneable
public ref class ResultObjectBase abstract : IDisposable, ICloneable
public abstract class ResultObjectBase implements IDisposable, ICloneable
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
Reference
ResultObjectBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
GetManagementObjectDescriptionFromConnectionManager
IResultObject Interface
ResultObjectsManager