SmsSnapInInstaller Class
Represents the Configuration Manager 2007 console snap-in installer called by InstallUtil.exe to register the snap-in with the Microsoft Management Console registry area.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsSnapInInstaller
Syntax
'Declaration
<ComVisibleAttribute(False)> _
<RunInstallerAttribute(False)> _
Public MustInherit Class SmsSnapInInstaller
Inherits SnapInInstaller
[ComVisibleAttribute(false)]
[RunInstallerAttribute(false)]
public abstract class SmsSnapInInstaller : SnapInInstaller
[ComVisibleAttribute(false)]
[RunInstallerAttribute(false)]
public ref class SmsSnapInInstaller abstract : public SnapInInstaller
/** @attribute ComVisibleAttribute(false) */
/** @attribute RunInstallerAttribute(false) */
public abstract class SmsSnapInInstaller extends SnapInInstaller
ComVisibleAttribute(false)
RunInstallerAttribute(false)
public abstract class SmsSnapInInstaller extends SnapInInstaller
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Configuration.Install.Installer
Microsoft.ManagementConsole.SnapInInstaller
Microsoft.ConfigurationManagement.AdminConsole.SmsSnapInInstaller
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
SmsSnapInInstaller Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSnapInBase Class