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.String
assemblyFullName
Fully assembly qualified name: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Deploymentstatic java.lang.String
className
Qualified class name: System.Deployment.Application.ApplicationDeploymentstatic JCType
classType
The 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ApplicationDeployment cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoApplicationDeployment
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ApplicationDeployment
instance- 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.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
-
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.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
-
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.Throwable
ArgumentException
ArgumentNullException
NotSupportedException
IOException
ArgumentOutOfRangeException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
DriveNotFoundException
OperationCanceledException
IndexOutOfRangeException
ObjectDisposedException
NotImplementedException
InvalidOperationException
MissingManifestResourceException
DeploymentException
OverflowException
InvalidDeploymentException
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
ArgumentOutOfRangeException
DeploymentException
FormatException
OutOfMemoryException
InvalidDeploymentException
OverflowException
InvalidOperationException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
CultureNotFoundException
PlatformNotSupportedException
NotSupportedException
DeploymentDownloadException
NullReferenceException
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.Throwable
ArgumentNullException
NullReferenceException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
IndexOutOfRangeException
PathTooLongException
MemberAccessException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
-
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
-
-