Share via


Member SnapInInstaller

Geschützte Member einschließen
Geerbte Member einschließen

.NET Framework-Member einschließen

.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Der SnapInInstaller-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SnapInInstaller

Zum Seitenanfang

Methoden

  Name Beschreibung
Öffentliche Methode Commit When overridden in a derived class, completes the install transaction. (Von Installer geerbt.)
Öffentliche Methode CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Von MarshalByRefObject geerbt.)
Öffentliche Methode Dispose Überladen. Releases the resources used by the Component.
Öffentliche Methode Equals Determines whether the specified Object is equal to the current Object. (Von Object geerbt.)
Geschützte Methode Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Von Component geerbt.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type. (Von Object geerbt.)
Öffentliche Methode GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Von MarshalByRefObject geerbt.)
Geschützte Methode GetService Returns an object that represents a service provided by the Component or by its Container. (Von Component geerbt.)
Öffentliche Methode GetType Gets the Type of the current instance. (Von Object geerbt.)
Öffentliche Methode InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Von MarshalByRefObject geerbt.)
Öffentliche Methode Install (Überschreibt Installer.Install(IDictionary).)
Geschützte Methode MemberwiseClone Überladen.
Geschützte Methode OnAfterInstall Raises the AfterInstall event. (Von Installer geerbt.)
Geschützte Methode OnAfterRollback Raises the AfterRollback event. (Von Installer geerbt.)
Geschützte Methode OnAfterUninstall Raises the AfterUninstall event. (Von Installer geerbt.)
Geschützte Methode OnBeforeInstall Raises the BeforeInstall event. (Von Installer geerbt.)
Geschützte Methode OnBeforeRollback Raises the BeforeRollback event. (Von Installer geerbt.)
Geschützte Methode OnBeforeUninstall Raises the BeforeUninstall event. (Von Installer geerbt.)
Geschützte Methode OnCommitted Raises the Committed event. (Von Installer geerbt.)
Geschützte Methode OnCommitting Raises the Committing event. (Von Installer geerbt.)
Öffentliche Methode Rollback (Überschreibt Installer.Rollback(IDictionary).)
Öffentliche Methode ToString Returns a String containing the name of the Component, if any. This method should not be overridden. (Von Component geerbt.)
Öffentliche Methode Uninstall (Überschreibt Installer.Uninstall(IDictionary).)

Zum Seitenanfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft CanRaiseEvents Gets a value indicating whether the component can raise an event. (Von Component geerbt.)
Öffentliche Eigenschaft Container Gets the IContainer that contains the Component. (Von Component geerbt.)
Öffentliche Eigenschaft Context Gets or sets information about the current installation. (Von Installer geerbt.)
Geschützte Eigenschaft DesignMode Gets a value that indicates whether the Component is currently in design mode. (Von Component geerbt.)
Geschützte Eigenschaft Events Gets the list of event handlers that are attached to this Component. (Von Component geerbt.)
Öffentliche Eigenschaft HelpText Gets the help text for all the installers in the installer collection. (Von Installer geerbt.)
Öffentliche Eigenschaft Installers Gets the collection of installers that this installer contains. (Von Installer geerbt.)
Öffentliche Eigenschaft Parent Gets or sets the installer containing the collection that this installer belongs to. (Von Installer geerbt.)
Öffentliche Eigenschaft Site Gets or sets the ISite of the Component. (Von Component geerbt.)

Zum Seitenanfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis AfterInstall Occurs after the Install methods of all the installers in the Installers property have run. (Von Installer geerbt.)
Öffentliches Ereignis AfterRollback Occurs after the installations of all the installers in the Installers property are rolled back. (Von Installer geerbt.)
Öffentliches Ereignis AfterUninstall Occurs after all the installers in the Installers property perform their uninstallation operations. (Von Installer geerbt.)
Öffentliches Ereignis BeforeInstall Occurs before the Install method of each installer in the installer collection has run. (Von Installer geerbt.)
Öffentliches Ereignis BeforeRollback Occurs before the installers in the Installers property are rolled back. (Von Installer geerbt.)
Öffentliches Ereignis BeforeUninstall Occurs before the installers in the Installers property perform their uninstall operations. (Von Installer geerbt.)
Öffentliches Ereignis Committed Occurs after all the installers in the Installers property have committed their installations. (Von Installer geerbt.)
Öffentliches Ereignis Committing Occurs before the installers in the Installers property committ their installations. (Von Installer geerbt.)
Öffentliches Ereignis Disposed Occurs when the component is disposed by a call to the Dispose method. (Von Component geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

SnapInInstaller Klasse

Microsoft.ManagementConsole-Namespace