Represents the base class for the Configuration Manager 2007 console snap-in in Microsoft Management Console. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsSnapInBase

Syntax

Visual Basic
<ComVisibleAttribute(False)> _
Public MustInherit Class SmsSnapInBase
		Inherits SnapIn
		Implements IDisposable
C#
[ComVisibleAttribute(false)] 
public abstract class SmsSnapInBase : SnapIn, IDisposable
C++
[ComVisibleAttribute(false)] 
public ref class SmsSnapInBase abstract : public SnapIn, IDisposable
J#
/** @attribute ComVisibleAttribute(false) */ 
public abstract class SmsSnapInBase extends SnapIn implements IDisposable
JScript
ComVisibleAttribute(false) 
public abstract class SmsSnapInBase extends SnapIn implements IDisposable

Inheritance Hierarchy

System.Object
   Microsoft.ManagementConsole.SnapInBase
     Microsoft.ManagementConsole.NamespaceSnapInBase
       Microsoft.ManagementConsole.SnapIn
        Microsoft.ConfigurationManagement.AdminConsole.SmsSnapInBase

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