Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As BaseObject

Syntax

Visual Basic
<SerializableAttribute> _
Public MustInherit Class BaseObject
		Implements IAppMgmtObject, IChangeTracker, ISerializationHandler, IDeserializationHandler, _
		ICloneable
C#
[SerializableAttribute] 
public abstract class BaseObject : IAppMgmtObject, IChangeTracker, ISerializationHandler, 
		IDeserializationHandler, ICloneable
C++
[SerializableAttribute] 
public ref class BaseObject abstract : IAppMgmtObject, IChangeTracker, ISerializationHandler, 
		IDeserializationHandler, ICloneable
J#
/** @attribute SerializableAttribute() */ 
public abstract class BaseObject implements IAppMgmtObject, IChangeTracker, 
		ISerializationHandler, IDeserializationHandler, ICloneable
JScript
SerializableAttribute 
public abstract class BaseObject implements IAppMgmtObject, IChangeTracker, 
		ISerializationHandler, IDeserializationHandler, ICloneable

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
     Derived Classes

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 Vista, Windows Server 2003, and

Target Platforms

See Also