Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As CustomInstaller |
Syntax
Visual Basic |
---|
Public Class CustomInstaller Inherits Installer |
C# |
---|
public class CustomInstaller : Installer |
C++ |
---|
public ref class CustomInstaller : public Installer |
J# |
---|
public class CustomInstaller extends Installer |
JScript |
---|
public class CustomInstaller extends Installer |
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.Installer
Microsoft.ConfigurationManagement.ApplicationManagement.CustomInstaller
Microsoft.ConfigurationManagement.ApplicationManagement.BaseObject
Microsoft.ConfigurationManagement.ApplicationManagement.Installer
Microsoft.ConfigurationManagement.ApplicationManagement.CustomInstaller
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.