ManagedInstallerClass Class

Definition

Represents a managed install.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ManagedInstallerClass : System::Configuration::Install::IManagedInstaller
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("42EB0342-0393-448f-84AA-D4BEB0283595")]
public class ManagedInstallerClass : System.Configuration.Install.IManagedInstaller
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("42EB0342-0393-448f-84AA-D4BEB0283595")>]
type ManagedInstallerClass = class
    interface IManagedInstaller
Public Class ManagedInstallerClass
Implements IManagedInstaller
Inheritance
ManagedInstallerClass
Attributes
Implements

Constructors

ManagedInstallerClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ManagedInstallerClass class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InstallHelper(String[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Handles the functionality of the Installutil.exe (Installer Tool).

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Explicit Interface Implementations

IManagedInstaller.ManagedInstall(String, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see ManagedInstall(String, Int32).

Applies to