public class RegistrationHelper extends MarshalByRefObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.EnterpriseServices.RegistrationHelper
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.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.EnterpriseServices
|
static java.lang.String |
className
Qualified class name: System.EnterpriseServices.RegistrationHelper
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
RegistrationHelper() |
RegistrationHelper(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RegistrationHelper |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into RegistrationHelper, a cast assert is made to check if types are compatible. |
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
|
void |
InstallAssembly(java.lang.String assembly,
JCORefOut application,
JCORefOut tlb,
InstallationFlags installFlags) |
void |
InstallAssembly(java.lang.String assembly,
JCORefOut application,
java.lang.String partition,
JCORefOut tlb,
InstallationFlags installFlags) |
void |
InstallAssemblyFromConfig(JCORefOut<RegistrationConfig> regConfig) |
void |
setJCOInstance(JCObject instance) |
void |
UninstallAssembly(java.lang.String assembly,
java.lang.String application) |
void |
UninstallAssembly(java.lang.String assembly,
java.lang.String application,
java.lang.String partition) |
void |
UninstallAssemblyFromConfig(JCORefOut<RegistrationConfig> regConfig) |
CreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public RegistrationHelper()
throws java.lang.Throwable
java.lang.Throwablepublic RegistrationHelper(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static RegistrationHelper cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into RegistrationHelper, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedRegistrationHelper instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class MarshalByRefObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class MarshalByRefObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class MarshalByRefObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class MarshalByRefObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class MarshalByRefObjectJCType representing the CLR Type of the instantiated Classpublic void InstallAssembly(java.lang.String assembly,
JCORefOut application,
JCORefOut tlb,
InstallationFlags installFlags)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
SecurityException,
InvalidOperationException,
NullReferenceException,
OverflowException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
PlatformNotSupportedException,
ConfigurationErrorsException,
ConfigurationException,
NotSupportedException,
TransactionException,
TransactionInDoubtException,
TransactionManagerCommunicationException,
OutOfMemoryException,
RegistrationException,
CultureNotFoundException,
IndexOutOfRangeException,
PathTooLongException,
UnauthorizedAccessException,
IOException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionOverflowExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionNotSupportedExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionOutOfMemoryExceptionRegistrationExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionUnauthorizedAccessExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionpublic void InstallAssembly(java.lang.String assembly,
JCORefOut application,
java.lang.String partition,
JCORefOut tlb,
InstallationFlags installFlags)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
OverflowException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
ConfigurationErrorsException,
ConfigurationException,
TransactionException,
OutOfMemoryException,
TransactionInDoubtException,
TransactionManagerCommunicationException,
RegistrationException,
IndexOutOfRangeException,
PathTooLongException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionOutOfMemoryExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionRegistrationExceptionIndexOutOfRangeExceptionPathTooLongExceptionUnauthorizedAccessExceptionIOExceptionpublic void InstallAssemblyFromConfig(JCORefOut<RegistrationConfig> regConfig) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, SecurityException, NotSupportedException, NullReferenceException, OverflowException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException, OutOfMemoryException, RegistrationException, IndexOutOfRangeException, PathTooLongException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionNotSupportedExceptionNullReferenceExceptionOverflowExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionOutOfMemoryExceptionRegistrationExceptionIndexOutOfRangeExceptionPathTooLongExceptionUnauthorizedAccessExceptionIOExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class MarshalByRefObjectpublic void UninstallAssembly(java.lang.String assembly,
java.lang.String application)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
SecurityException,
InvalidOperationException,
NullReferenceException,
OverflowException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
PlatformNotSupportedException,
ConfigurationErrorsException,
ConfigurationException,
NotSupportedException,
TransactionException,
TransactionInDoubtException,
TransactionManagerCommunicationException,
OutOfMemoryException,
IndexOutOfRangeException,
RegistrationException,
PathTooLongException,
UnauthorizedAccessException,
IOException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionOverflowExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionNotSupportedExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionRegistrationExceptionPathTooLongExceptionUnauthorizedAccessExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionpublic void UninstallAssembly(java.lang.String assembly,
java.lang.String application,
java.lang.String partition)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException,
SecurityException,
NotSupportedException,
InvalidOperationException,
NullReferenceException,
OverflowException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
PlatformNotSupportedException,
ConfigurationErrorsException,
ConfigurationException,
TransactionException,
OutOfMemoryException,
TransactionInDoubtException,
TransactionManagerCommunicationException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
IndexOutOfRangeException,
RegistrationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionNotSupportedExceptionInvalidOperationExceptionNullReferenceExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionOutOfMemoryExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionRegistrationExceptionpublic void UninstallAssemblyFromConfig(JCORefOut<RegistrationConfig> regConfig) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, SecurityException, NotSupportedException, NullReferenceException, OverflowException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, PlatformNotSupportedException, ConfigurationErrorsException, ConfigurationException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException, OutOfMemoryException, IndexOutOfRangeException, RegistrationException, PathTooLongException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionSecurityExceptionNotSupportedExceptionNullReferenceExceptionOverflowExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionConfigurationExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionRegistrationExceptionPathTooLongExceptionUnauthorizedAccessExceptionIOException