ArcFM Desktop Developer Guide
ServiceInstallerWithDescription Class
Members 


Product Availability
Required Licenses
.NET Assembly
Installs a class that extends System.ServiceProcess.ServiceBase to implement a service. This class is called by the install utility when installing a service application.
Object Model
ServiceInstallerWithDescription Class
Syntax
'Declaration
 
<DefaultEventAttribute("AfterInstall")>
<DesignerCategoryAttribute("Component")>
Public Class ServiceInstallerWithDescription 
   Inherits System.ServiceProcess.ServiceInstaller
'Usage
 
Dim instance As ServiceInstallerWithDescription
[DefaultEvent("AfterInstall")]
[DesignerCategory("Component")]
public class ServiceInstallerWithDescription : System.ServiceProcess.ServiceInstaller 
Remarks
This class (subclass of ServiceInstaller) was created to allow the Windows service to have a description. The v1.1 framework ServiceInstaller did not provide this capability, but this has been fixed in the v2.0 framework.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Configuration.Install.Installer
            System.Configuration.Install.ComponentInstaller
               System.ServiceProcess.ServiceInstaller
                  Miner.ServiceProcess.ServiceInstallerWithDescription

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ServiceInstallerWithDescription Members
Miner.ServiceProcess Namespace

 

 


Send Comment