![]() |
ELISTTSServiceInstaller Klasse |
Namensraum: ELIS.ELISText2SpeechService
Der ELISTTSServiceInstaller Typ exponiert die folgenden Member.
Name | Beschreibung | |
---|---|---|
![]() | ELISTTSServiceInstaller |
Service Installer
|
Name | Beschreibung | |
---|---|---|
![]() | CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Vererbt von Component.) |
![]() | Container | Gets the IContainer that contains the Component. (Vererbt von Component.) |
![]() | Context | Gets or sets information about the current installation. (Vererbt von Installer.) |
![]() | DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Vererbt von Component.) |
![]() | Events | Gets the list of event handlers that are attached to this Component. (Vererbt von Component.) |
![]() | HelpText | Gets the help text for all the installers in the installer collection. (Vererbt von Installer.) |
![]() | Installers | Gets the collection of installers that this installer contains. (Vererbt von Installer.) |
![]() | Parent | Gets or sets the installer containing the collection that this installer belongs to. (Vererbt von Installer.) |
![]() | Site | (Vererbt von Component.) |
Name | Beschreibung | |
---|---|---|
![]() | Commit | When overridden in a derived class, completes the install transaction. (Vererbt von Installer.) |
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Vererbt von MarshalByRefObject.) |
![]() | Dispose | Releases all resources used by the Component. (Vererbt von Component.) |
![]() | Dispose(Boolean) |
Clean up any resources being used.
(Überschreibt ComponentDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Vererbt von Object.) |
![]() | Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Vererbt von Component.) |
![]() | GetHashCode | Serves as the default hash function. (Vererbt von Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Vererbt von MarshalByRefObject.) |
![]() | GetService | (Vererbt von Component.) |
![]() | GetType | Gets the Type of the current instance. (Vererbt von Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Vererbt von MarshalByRefObject.) |
![]() | Install | When overridden in a derived class, performs the installation. (Vererbt von Installer.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Vererbt von Object.) |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Vererbt von MarshalByRefObject.) |
![]() | OnAfterInstall | Raises the AfterInstall event. (Vererbt von Installer.) |
![]() | OnAfterRollback | Raises the AfterRollback event. (Vererbt von Installer.) |
![]() | OnAfterUninstall | Raises the AfterUninstall event. (Vererbt von Installer.) |
![]() | OnBeforeInstall | Raises the BeforeInstall event. (Vererbt von Installer.) |
![]() | OnBeforeRollback | Raises the BeforeRollback event. (Vererbt von Installer.) |
![]() | OnBeforeUninstall | Raises the BeforeUninstall event. (Vererbt von Installer.) |
![]() | OnCommitted | Raises the Committed event. (Vererbt von Installer.) |
![]() | OnCommitting | Raises the Committing event. (Vererbt von Installer.) |
![]() | Rollback | When overridden in a derived class, restores the pre-installation state of the computer. (Vererbt von Installer.) |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Vererbt von Component.) |
![]() | Uninstall | When overridden in a derived class, removes an installation. (Vererbt von Installer.) |
Name | Beschreibung | |
---|---|---|
![]() | AfterInstall | Occurs after the Install(IDictionary) methods of all the installers in the Installers property have run. (Vererbt von Installer.) |
![]() | AfterRollback | Occurs after the installations of all the installers in the Installers property are rolled back. (Vererbt von Installer.) |
![]() | AfterUninstall | Occurs after all the installers in the Installers property perform their uninstallation operations. (Vererbt von Installer.) |
![]() | BeforeInstall | Occurs before the Install(IDictionary) method of each installer in the installer collection has run. (Vererbt von Installer.) |
![]() | BeforeRollback | Occurs before the installers in the Installers property are rolled back. (Vererbt von Installer.) |
![]() | BeforeUninstall | Occurs before the installers in the Installers property perform their uninstall operations. (Vererbt von Installer.) |
![]() | Committed | Occurs after all the installers in the Installers property have committed their installations. (Vererbt von Installer.) |
![]() | Committing | Occurs before the installers in the Installers property committ their installations. (Vererbt von Installer.) |
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Vererbt von Component.) |