public class AssemblyInstaller extends Installer
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Configuration.Install.AssemblyInstaller
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.AssemblyInstaller
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
AssemblyInstaller() |
AssemblyInstaller(Assembly assembly,
java.lang.String[] commandLine) |
AssemblyInstaller(java.lang.Object instance)
Internal constructor.
|
AssemblyInstaller(java.lang.String fileName,
java.lang.String[] commandLine) |
| Modifier and Type | Method and Description |
|---|---|
static AssemblyInstaller |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into AssemblyInstaller, a cast assert is made to check if types are compatible. |
static void |
CheckIfInstallable(java.lang.String assemblyName) |
void |
Commit(IDictionary savedState) |
Assembly |
getAssembly() |
java.lang.String[] |
getCommandLine() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getPath() |
boolean |
getUseNewContext() |
void |
Install(IDictionary savedState) |
void |
Rollback(IDictionary savedState) |
void |
setAssembly(Assembly Assembly) |
void |
setCommandLine(java.lang.String[] CommandLine) |
void |
setJCOInstance(JCObject instance) |
void |
setPath(java.lang.String Path) |
void |
setUseNewContext(boolean UseNewContext) |
void |
Uninstall(IDictionary savedState) |
addAfterInstall, addAfterRollback, addAfterUninstall, addBeforeInstall, addBeforeRollback, addBeforeUninstall, addCommitted, addCommitting, getContext, getHelpText, getInstallers, getParent, removeAfterInstall, removeAfterRollback, removeAfterUninstall, removeBeforeInstall, removeBeforeRollback, removeBeforeUninstall, removeCommitted, removeCommitting, setContext, setParentaddDisposed, 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 AssemblyInstaller()
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyInstaller(Assembly assembly, java.lang.String[] commandLine) throws java.lang.Throwable
java.lang.Throwablepublic AssemblyInstaller(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic AssemblyInstaller(java.lang.String fileName,
java.lang.String[] commandLine)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PathTooLongException,
ArgumentOutOfRangeException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
DriveNotFoundException,
OperationCanceledException,
InvalidOperationException,
NotSupportedException,
NotImplementedException,
InvalidCastException,
MissingMethodException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPathTooLongExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionInvalidCastExceptionMissingMethodExceptionFormatExceptionpublic static AssemblyInstaller cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into AssemblyInstaller, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedAssemblyInstaller instancejava.lang.Throwable - in case of error during cast operationpublic static void CheckIfInstallable(java.lang.String assemblyName)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
MissingMethodException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
IOException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionIOExceptionpublic void Commit(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, XmlException, XmlSchemaException, OutOfMemoryException, KeyNotFoundException, SerializationException, OverflowException
Commit in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionXmlExceptionXmlSchemaExceptionOutOfMemoryExceptionKeyNotFoundExceptionSerializationExceptionOverflowExceptionpublic Assembly getAssembly() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getCommandLine()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class InstallerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class InstallerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class InstallerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class InstallerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class InstallerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getPath()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getUseNewContext()
throws java.lang.Throwable
java.lang.Throwablepublic void Install(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, XmlException, IndexOutOfRangeException, OutOfMemoryException, KeyNotFoundException
Install in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionXmlExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionKeyNotFoundExceptionpublic void Rollback(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, XmlException, XmlSchemaException, OutOfMemoryException, KeyNotFoundException, SerializationException, OverflowException
Rollback in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionXmlExceptionXmlSchemaExceptionOutOfMemoryExceptionKeyNotFoundExceptionSerializationExceptionOverflowExceptionpublic void setAssembly(Assembly Assembly) throws java.lang.Throwable
java.lang.Throwablepublic void setCommandLine(java.lang.String[] CommandLine)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Installerpublic void setPath(java.lang.String Path)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
NotSupportedException,
FormatException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
CultureNotFoundException,
NotImplementedException,
InvalidCastException,
NullReferenceException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionNotImplementedExceptionInvalidCastExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setUseNewContext(boolean UseNewContext)
throws java.lang.Throwable
java.lang.Throwablepublic void Uninstall(IDictionary savedState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, IOException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, XmlException, XmlSchemaException, OutOfMemoryException, KeyNotFoundException, SerializationException, OverflowException
Uninstall in class Installerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionIOExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionXmlExceptionXmlSchemaExceptionOutOfMemoryExceptionKeyNotFoundExceptionSerializationExceptionOverflowException