public class InPlaceHostingManager extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Deployment.Application.InPlaceHostingManager
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.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Deployment
|
static java.lang.String |
className
Qualified class name: System.Deployment.Application.InPlaceHostingManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
InPlaceHostingManager() |
InPlaceHostingManager(java.lang.Object instance)
Internal constructor.
|
InPlaceHostingManager(Uri deploymentManifest) |
InPlaceHostingManager(Uri deploymentManifest,
boolean launchInHostProcess) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssertApplicationRequirements() |
void |
AssertApplicationRequirements(boolean grantApplicationTrust) |
void |
CancelAsync() |
static InPlaceHostingManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into InPlaceHostingManager, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Dispose() |
void |
DownloadApplicationAsync() |
ObjectHandle |
Execute() |
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 |
GetManifestAsync() |
void |
setJCOInstance(JCObject instance) |
static void |
UninstallCustomAddIn(java.lang.String subscriptionId) |
static void |
UninstallCustomUXApplication(java.lang.String subscriptionId) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public InPlaceHostingManager()
throws java.lang.Throwable
java.lang.Throwablepublic InPlaceHostingManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic InPlaceHostingManager(Uri deploymentManifest) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, OverflowException, InvalidDeploymentException, OutOfMemoryException, SecurityException, DeploymentDownloadException, AbandonedMutexException, Win32Exception, NullReferenceException, TargetInvocationException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOverflowExceptionInvalidDeploymentExceptionOutOfMemoryExceptionSecurityExceptionDeploymentDownloadExceptionAbandonedMutexExceptionWin32ExceptionNullReferenceExceptionTargetInvocationExceptionMulticastNotSupportedExceptionpublic InPlaceHostingManager(Uri deploymentManifest, boolean launchInHostProcess) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, FormatException, NotImplementedException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, PlatformNotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, OverflowException, InvalidDeploymentException, XmlException, CryptographicException, OutOfMemoryException, DeploymentDownloadException, Win32Exception, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionNotImplementedExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOverflowExceptionInvalidDeploymentExceptionXmlExceptionCryptographicExceptionOutOfMemoryExceptionDeploymentDownloadExceptionWin32ExceptionTargetInvocationExceptionpublic void AssertApplicationRequirements()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidTimeZoneException,
ObjectDisposedException,
AbandonedMutexException,
IndexOutOfRangeException,
InvalidOperationException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
DeploymentException,
IOException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
DriveNotFoundException,
OperationCanceledException,
InvalidDeploymentException,
Win32Exception,
OutOfMemoryException,
FormatException,
DependentPlatformMissingException,
SecurityException,
CompatibleFrameworkMissingException,
SupportedRuntimeMissingException,
XmlSyntaxException,
RankException,
TargetParameterCountException,
NullReferenceException,
OverflowException,
PolicyException,
TrustNotGrantedException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionInvalidOperationExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionDeploymentExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionWin32ExceptionOutOfMemoryExceptionFormatExceptionDependentPlatformMissingExceptionSecurityExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionXmlSyntaxExceptionRankExceptionTargetParameterCountExceptionNullReferenceExceptionOverflowExceptionPolicyExceptionTrustNotGrantedExceptionpublic void AssertApplicationRequirements(boolean grantApplicationTrust)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidTimeZoneException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
DeploymentException,
IOException,
PathTooLongException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
DriveNotFoundException,
OperationCanceledException,
InvalidDeploymentException,
Win32Exception,
OutOfMemoryException,
FormatException,
DependentPlatformMissingException,
SecurityException,
CompatibleFrameworkMissingException,
SupportedRuntimeMissingException,
XmlSyntaxException,
RankException,
MemberAccessException,
TargetException,
TargetParameterCountException,
NullReferenceException,
PolicyException,
TrustNotGrantedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionDeploymentExceptionIOExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidDeploymentExceptionWin32ExceptionOutOfMemoryExceptionFormatExceptionDependentPlatformMissingExceptionSecurityExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionXmlSyntaxExceptionRankExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionNullReferenceExceptionPolicyExceptionTrustNotGrantedExceptionpublic void CancelAsync()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidTimeZoneException,
ObjectDisposedException,
AbandonedMutexException,
IndexOutOfRangeException,
SecurityException,
NotSupportedException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionSecurityExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionFormatExceptionpublic static InPlaceHostingManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into InPlaceHostingManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInPlaceHostingManager instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidTimeZoneException,
ObjectDisposedException,
AbandonedMutexException,
IndexOutOfRangeException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
SecurityException,
UnauthorizedAccessException,
IOException,
NotSupportedException,
NullReferenceException,
FileNotFoundException,
DirectoryNotFoundException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
FormatException,
OverflowException,
InvalidDeploymentException,
OutOfMemoryException,
DeploymentException,
UriFormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionNullReferenceExceptionFileNotFoundExceptionDirectoryNotFoundExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionFormatExceptionOverflowExceptionInvalidDeploymentExceptionOutOfMemoryExceptionDeploymentExceptionUriFormatExceptionpublic void DownloadApplicationAsync()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidTimeZoneException,
ObjectDisposedException,
AbandonedMutexException,
IndexOutOfRangeException,
InvalidOperationException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
SecurityException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionInvalidOperationExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionSecurityExceptionFormatExceptionpublic ObjectHandle Execute() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidTimeZoneException, ObjectDisposedException, AbandonedMutexException, IndexOutOfRangeException, InvalidOperationException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, MemberAccessException, PolicyException, RemotingException, SecurityException, FormatException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidTimeZoneExceptionObjectDisposedExceptionAbandonedMutexExceptionIndexOutOfRangeExceptionInvalidOperationExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionMemberAccessExceptionPolicyExceptionRemotingExceptionSecurityExceptionFormatExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void GetManifestAsync()
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidTimeZoneException,
SecurityException,
FormatException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidTimeZoneExceptionSecurityExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void UninstallCustomAddIn(java.lang.String subscriptionId)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PlatformNotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
DeploymentException,
AmbiguousMatchException,
InvalidDeploymentException,
RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionInvalidDeploymentExceptionRankExceptionpublic static void UninstallCustomUXApplication(java.lang.String subscriptionId)
throws java.lang.Throwable,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
CultureNotFoundException,
OutOfMemoryException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
PlatformNotSupportedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
DeploymentException,
AmbiguousMatchException,
InvalidDeploymentException,
SecurityException,
RankException
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionInvalidDeploymentExceptionSecurityExceptionRankException