Freigeben über


SmsSnapInInstaller Members

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.

The following tables list the members exposed by the SmsSnapInInstaller type.

Protected Constructors

  Name Description
  SmsSnapInInstaller Initializes a new instance of SmsSnapInInstaller.

Top

Public Properties

(see also Protected Properties)

  Name Description
public property Container  (inherited from Component)
public property Context  (inherited from Installer)
public property HelpText  (inherited from Installer)
public property Installers  (inherited from Installer)
public property Parent  (inherited from Installer)
public property Site  (inherited from Component)

Top

Protected Properties

  Name Description
protected property CanRaiseEvents  (inherited from Component)
protected property DesignMode  (inherited from Component)
protected property Events  (inherited from Component)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Commit  (inherited from Installer)
public method CreateObjRef  (inherited from MarshalByRefObject)
public method Dispose  Overloaded. (inherited from Component)
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetLifetimeService  (inherited from MarshalByRefObject)
public method GetType  (inherited from Object)
public method InitializeLifetimeService  (inherited from MarshalByRefObject)
public method Install Overridden. Installs the snap-in by using the specified state saver.
public methodstatic ReferenceEquals  (inherited from Object)
public method Rollback Overridden. Rolls back the snap-in to the saved state that is indicated in the state saver.
public method ToString  (inherited from Component)
public method Uninstall Overridden. Uninstalls the snap-in by using the saved state indicated in the state saver.

Top

Protected Methods

  Name Description
protected method Dispose  Overloaded. (inherited from Component)
protected method Finalize  (inherited from Component)
protected method GetService  (inherited from Component)
protected method MemberwiseClone  Overloaded. (inherited from MarshalByRefObject)
protected method OnAfterInstall  (inherited from Installer)
protected method OnAfterRollback  (inherited from Installer)
protected method OnAfterUninstall  (inherited from Installer)
protected method OnBeforeInstall  (inherited from Installer)
protected method OnBeforeRollback  (inherited from Installer)
protected method OnBeforeUninstall  (inherited from Installer)
protected method OnCommitted  (inherited from Installer)
protected method OnCommitting  (inherited from Installer)

Top

Public Events

  Name Description
public event AfterInstall  (inherited from Installer)
public event AfterRollback  (inherited from Installer)
public event AfterUninstall  (inherited from Installer)
public event BeforeInstall  (inherited from Installer)
public event BeforeRollback  (inherited from Installer)
public event BeforeUninstall  (inherited from Installer)
public event Committed  (inherited from Installer)
public event Committing  (inherited from Installer)
public event Disposed  (inherited from Component)

Top

See Also

Reference

SmsSnapInInstaller Class
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSnapInBase Class