Package system.deployment.application
Class ApplicationDeployment
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.deployment.application.ApplicationDeployment
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ApplicationDeployment extends NetObject
The base .NET class managing System.Deployment.Application.ApplicationDeployment, System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Deployment.Application.ApplicationDeployment
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Deploymentstatic java.lang.StringclassNameQualified class name: System.Deployment.Application.ApplicationDeploymentstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ApplicationDeployment()ApplicationDeployment(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Deployment- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Deployment.Application.ApplicationDeployment- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ApplicationDeployment cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoApplicationDeployment, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ApplicationDeploymentinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CheckForUpdate
public boolean CheckForUpdate() throws java.lang.Throwable, NullReferenceException, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, InvalidDeploymentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, DeploymentDownloadException, FormatException, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, XmlSyntaxException, OverflowException, PolicyException, TrustNotGrantedException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionInvalidDeploymentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionDeploymentDownloadExceptionFormatExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionXmlSyntaxExceptionOverflowExceptionPolicyExceptionTrustNotGrantedException
-
CheckForUpdate
public boolean CheckForUpdate(boolean persistUpdateCheckResult) throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, InvalidDeploymentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, MulticastNotSupportedException, AbandonedMutexException, Win32Exception, FormatException, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, OverflowException, TargetParameterCountException, PolicyException, TrustNotGrantedException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionInvalidDeploymentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionWin32ExceptionFormatExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionOverflowExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
IsFileGroupDownloaded
public boolean IsFileGroupDownloaded(java.lang.String groupName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, IOException, ArgumentOutOfRangeException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, DriveNotFoundException, OperationCanceledException, IndexOutOfRangeException, ObjectDisposedException, NotImplementedException, InvalidOperationException, MissingManifestResourceException, DeploymentException, OverflowException, InvalidDeploymentException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionIOExceptionArgumentOutOfRangeExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionDriveNotFoundExceptionOperationCanceledExceptionIndexOutOfRangeExceptionObjectDisposedExceptionNotImplementedExceptionInvalidOperationExceptionMissingManifestResourceExceptionDeploymentExceptionOverflowExceptionInvalidDeploymentException
-
Update
public boolean Update() throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, FormatException, OutOfMemoryException, InvalidDeploymentException, OverflowException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, AbandonedMutexException, Win32Exception, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, RankException, MemberAccessException, TargetException, TargetParameterCountException, PolicyException, TrustNotGrantedException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionSecurityExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionFormatExceptionOutOfMemoryExceptionInvalidDeploymentExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionAbandonedMutexExceptionWin32ExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionRankExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
CheckForDetailedUpdate
public UpdateCheckInfo CheckForDetailedUpdate() throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, InvalidDeploymentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, MulticastNotSupportedException, AbandonedMutexException, Win32Exception, FormatException, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, OverflowException, TargetParameterCountException, PolicyException, TrustNotGrantedException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionInvalidDeploymentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionWin32ExceptionFormatExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionOverflowExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
CheckForDetailedUpdate
public UpdateCheckInfo CheckForDetailedUpdate(boolean persistUpdateCheckResult) throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, FormatException, OutOfMemoryException, InvalidDeploymentException, OverflowException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, AbandonedMutexException, Win32Exception, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, RankException, MemberAccessException, TargetException, TargetParameterCountException, PolicyException, TrustNotGrantedException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionSecurityExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionFormatExceptionOutOfMemoryExceptionInvalidDeploymentExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionAbandonedMutexExceptionWin32ExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionRankExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
CheckForUpdateAsync
public void CheckForUpdateAsync() throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, FormatException, OutOfMemoryException, InvalidDeploymentException, OverflowException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, AbandonedMutexException, Win32Exception, MulticastNotSupportedException, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, RankException, TargetParameterCountException, PolicyException, TrustNotGrantedException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionSecurityExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionFormatExceptionOutOfMemoryExceptionInvalidDeploymentExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionAbandonedMutexExceptionWin32ExceptionMulticastNotSupportedExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionRankExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
CheckForUpdateAsyncCancel
public void CheckForUpdateAsyncCancel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DownloadFileGroup
public void DownloadFileGroup(java.lang.String groupName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException, WaitHandleCannotBeOpenedException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, AmbiguousMatchException, DeploymentDownloadException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, Win32Exception, IndexOutOfRangeException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIOExceptionPathTooLongExceptionNotImplementedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionDeploymentExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionInvalidDeploymentExceptionWaitHandleCannotBeOpenedExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionIndexOutOfRangeExceptionNullReferenceException
-
DownloadFileGroupAsync
public void DownloadFileGroupAsync(java.lang.String groupName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, DeploymentException, FormatException, OutOfMemoryException, InvalidDeploymentException, OverflowException, InvalidOperationException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, DeploymentDownloadException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionArgumentOutOfRangeExceptionDeploymentExceptionFormatExceptionOutOfMemoryExceptionInvalidDeploymentExceptionOverflowExceptionInvalidOperationExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNotSupportedExceptionDeploymentDownloadExceptionNullReferenceException
-
DownloadFileGroupAsync
public void DownloadFileGroupAsync(java.lang.String groupName, NetObject userState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException, WaitHandleCannotBeOpenedException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, AmbiguousMatchException, DeploymentDownloadException, MulticastNotSupportedException, ObjectDisposedException, AbandonedMutexException, Win32Exception, IndexOutOfRangeException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIOExceptionPathTooLongExceptionNotImplementedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionDeploymentExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionInvalidDeploymentExceptionWaitHandleCannotBeOpenedExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionMulticastNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionWin32ExceptionIndexOutOfRangeExceptionNullReferenceException
-
DownloadFileGroupAsyncCancel
public void DownloadFileGroupAsyncCancel(java.lang.String groupName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, CultureNotFoundException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException, NotImplementedException, DeploymentException, AmbiguousMatchException, OverflowException, InvalidDeploymentException, DeploymentDownloadException, MulticastNotSupportedException, AbandonedMutexException, Win32Exception, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionNotImplementedExceptionDeploymentExceptionAmbiguousMatchExceptionOverflowExceptionInvalidDeploymentExceptionDeploymentDownloadExceptionMulticastNotSupportedExceptionAbandonedMutexExceptionWin32ExceptionFormatExceptionNullReferenceException
-
UpdateAsync
public void UpdateAsync() throws java.lang.Throwable, NullReferenceException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, ArgumentNullException, SecurityException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, IndexOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, DeploymentException, FormatException, OutOfMemoryException, InvalidDeploymentException, OverflowException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, AmbiguousMatchException, DeploymentDownloadException, AbandonedMutexException, Win32Exception, MulticastNotSupportedException, DependentPlatformMissingException, CompatibleFrameworkMissingException, SupportedRuntimeMissingException, RankException, TargetParameterCountException, PolicyException, TrustNotGrantedException- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionArgumentNullExceptionSecurityExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionDeploymentExceptionFormatExceptionOutOfMemoryExceptionInvalidDeploymentExceptionOverflowExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionAmbiguousMatchExceptionDeploymentDownloadExceptionAbandonedMutexExceptionWin32ExceptionMulticastNotSupportedExceptionDependentPlatformMissingExceptionCompatibleFrameworkMissingExceptionSupportedRuntimeMissingExceptionRankExceptionTargetParameterCountExceptionPolicyExceptionTrustNotGrantedException
-
UpdateAsyncCancel
public void UpdateAsyncCancel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsFirstRun
public boolean getIsFirstRun() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsNetworkDeployed
public static boolean getIsNetworkDeployed() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, InvalidDeploymentException, FormatException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, UriFormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionUriFormatExceptionNullReferenceException
-
getTimeOfLastUpdateCheck
public DateTime getTimeOfLastUpdateCheck() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException
-
getCurrentDeployment
public static ApplicationDeployment getCurrentDeployment() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, MissingManifestResourceException, InvalidDeploymentException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, FormatException, OutOfMemoryException, OverflowException, UriFormatException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionTypeLoadExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionInvalidDeploymentExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionFormatExceptionOutOfMemoryExceptionOverflowExceptionUriFormatException
-
getDataDirectory
public java.lang.String getDataDirectory() throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, PathTooLongException, MemberAccessException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionPathTooLongExceptionMemberAccessExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedException
-
getUpdatedApplicationFullName
public java.lang.String getUpdatedApplicationFullName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException
-
getActivationUri
public Uri getActivationUri() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException
-
getUpdateLocation
public Uri getUpdateLocation() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException
-
getCurrentVersion
public Version getCurrentVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUpdatedVersion
public Version getUpdatedVersion() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IOException, PathTooLongException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, DeploymentException, FormatException, OverflowException, OutOfMemoryException, InvalidDeploymentException
-
addUpdateCompleted
public void addUpdateCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdateCompleted
public void removeUpdateCompleted(AsyncCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCheckForUpdateCompleted
public void addCheckForUpdateCompleted(CheckForUpdateCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCheckForUpdateCompleted
public void removeCheckForUpdateCompleted(CheckForUpdateCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addCheckForUpdateProgressChanged
public void addCheckForUpdateProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeCheckForUpdateProgressChanged
public void removeCheckForUpdateProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDownloadFileGroupProgressChanged
public void addDownloadFileGroupProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDownloadFileGroupProgressChanged
public void removeDownloadFileGroupProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdateProgressChanged
public void addUpdateProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdateProgressChanged
public void removeUpdateProgressChanged(DeploymentProgressChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDownloadFileGroupCompleted
public void addDownloadFileGroupCompleted(DownloadFileGroupCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDownloadFileGroupCompleted
public void removeDownloadFileGroupCompleted(DownloadFileGroupCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-