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 | |
---|---|---|
SnapInInstaller |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
Commit | When overridden in a derived class, completes the install transaction. (Von Installer geerbt.) | |
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.) | |
Dispose | Überladen. Releases the resources used by the Component. | |
Equals | Determines whether the specified Object is equal to the current Object. (Von Object geerbt.) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Von Component geerbt.) | |
GetHashCode | Serves as a hash function for a particular type. (Von Object geerbt.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Von MarshalByRefObject geerbt.) | |
GetService | Returns an object that represents a service provided by the Component or by its Container. (Von Component geerbt.) | |
GetType | Gets the Type of the current instance. (Von Object geerbt.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Von MarshalByRefObject geerbt.) | |
Install | (Überschreibt Installer.Install(IDictionary).) | |
MemberwiseClone | Überladen. | |
OnAfterInstall | Raises the AfterInstall event. (Von Installer geerbt.) | |
OnAfterRollback | Raises the AfterRollback event. (Von Installer geerbt.) | |
OnAfterUninstall | Raises the AfterUninstall event. (Von Installer geerbt.) | |
OnBeforeInstall | Raises the BeforeInstall event. (Von Installer geerbt.) | |
OnBeforeRollback | Raises the BeforeRollback event. (Von Installer geerbt.) | |
OnBeforeUninstall | Raises the BeforeUninstall event. (Von Installer geerbt.) | |
OnCommitted | Raises the Committed event. (Von Installer geerbt.) | |
OnCommitting | Raises the Committing event. (Von Installer geerbt.) | |
Rollback | (Überschreibt Installer.Rollback(IDictionary).) | |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Von Component geerbt.) | |
Uninstall | (Überschreibt Installer.Uninstall(IDictionary).) |
Zum Seitenanfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Von Component geerbt.) | |
Container | Gets the IContainer that contains the Component. (Von Component geerbt.) | |
Context | Gets or sets information about the current installation. (Von Installer geerbt.) | |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Von Component geerbt.) | |
Events | Gets the list of event handlers that are attached to this Component. (Von Component geerbt.) | |
HelpText | Gets the help text for all the installers in the installer collection. (Von Installer geerbt.) | |
Installers | Gets the collection of installers that this installer contains. (Von Installer geerbt.) | |
Parent | Gets or sets the installer containing the collection that this installer belongs to. (Von Installer geerbt.) | |
Site | Gets or sets the ISite of the Component. (Von Component geerbt.) |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
AfterInstall | Occurs after the Install methods of all the installers in the Installers property have run. (Von Installer geerbt.) | |
AfterRollback | Occurs after the installations of all the installers in the Installers property are rolled back. (Von Installer geerbt.) | |
AfterUninstall | Occurs after all the installers in the Installers property perform their uninstallation operations. (Von Installer geerbt.) | |
BeforeInstall | Occurs before the Install method of each installer in the installer collection has run. (Von Installer geerbt.) | |
BeforeRollback | Occurs before the installers in the Installers property are rolled back. (Von Installer geerbt.) | |
BeforeUninstall | Occurs before the installers in the Installers property perform their uninstall operations. (Von Installer geerbt.) | |
Committed | Occurs after all the installers in the Installers property have committed their installations. (Von Installer geerbt.) | |
Committing | Occurs before the installers in the Installers property committ their installations. (Von Installer geerbt.) | |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Von Component geerbt.) |
Zum Seitenanfang