public class Installer extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.Install.Installer
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Configuration.Install
|
static java.lang.String |
className
Qualified class name: System.Configuration.Install.Installer
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Installer() |
Installer(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Installer()
throws java.lang.Throwable
java.lang.Throwablepublic Installer(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAfterInstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAfterRollback(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAfterUninstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBeforeInstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBeforeRollback(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBeforeUninstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCommitted(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addCommitting(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static Installer cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Installer, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInstaller instancejava.lang.Throwable - in case of error during cast operationpublic void Commit(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, SerializationException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionSerializationExceptionOverflowExceptionpublic InstallContext getContext() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getHelpText()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionpublic InstallerCollection getInstallers() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic Installer getParent() throws java.lang.Throwable
java.lang.Throwablepublic void Install(IDictionary stateSaver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionpublic void removeAfterInstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAfterRollback(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAfterUninstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBeforeInstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBeforeRollback(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBeforeUninstall(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCommitted(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeCommitting(InstallEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, SerializationException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionSerializationExceptionOverflowExceptionpublic void setContext(InstallContext Context) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setParent(Installer Parent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void Uninstall(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, SerializationException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionSerializationExceptionOverflowException