Package system.windows.forms
Class Application
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.Application
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Application extends NetObject
The base .NET class managing System.Windows.Forms.Application, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Application
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.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.Applicationstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Application()Application(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidAddMessageFilter(IMessageFilter value)static Applicationcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoApplication, a cast assert is made to check if types are compatible.static voidDoEvents()static voidEnableVisualStyles()static voidExit()static voidExit(CancelEventArgs e)static voidExitThread()static booleanFilterMessage(JCORefOut<Message> message)static booleangetAllowQuit()static java.lang.StringgetCommonAppDataPath()static RegistryKeygetCommonAppDataRegistry()static java.lang.StringgetCompanyName()static CultureInfogetCurrentCulture()static InputLanguagegetCurrentInputLanguage()static java.lang.StringgetExecutablePath()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic java.lang.StringgetLocalUserAppDataPath()static booleangetMessageLoop()static FormCollectiongetOpenForms()static java.lang.StringgetProductName()static java.lang.StringgetProductVersion()static booleangetRenderWithVisualStyles()static java.lang.StringgetSafeTopLevelCaptionFormat()static java.lang.StringgetStartupPath()static java.lang.StringgetUserAppDataPath()static RegistryKeygetUserAppDataRegistry()static booleangetUseWaitCursor()static VisualStyleStategetVisualStyleState()static ApartmentStateOleRequired()static voidOnThreadException(NetException t)static voidRaiseIdle(EventArgs e)static voidRemoveMessageFilter(IMessageFilter value)static voidRestart()static voidRun()static voidRun(ApplicationContext context)static voidRun(Form mainForm)static voidSetCompatibleTextRenderingDefault(boolean defaultValue)static voidsetCurrentCulture(CultureInfo CurrentCulture)static voidsetCurrentInputLanguage(InputLanguage CurrentInputLanguage)voidsetJCOInstance(JCObject instance)static voidsetSafeTopLevelCaptionFormat(java.lang.String SafeTopLevelCaptionFormat)static booleanSetSuspendState(PowerState state, boolean force, boolean disableWakeEvent)static voidSetUnhandledExceptionMode(UnhandledExceptionMode mode)static voidSetUnhandledExceptionMode(UnhandledExceptionMode mode, boolean threadScope)static voidsetUseWaitCursor(boolean UseWaitCursor)static voidsetVisualStyleState(VisualStyleState VisualStyleState)static voidUnregisterMessageLoop()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.Application- 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 Application cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoApplication, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Applicationinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FilterMessage
public static boolean FilterMessage(JCORefOut<Message> message) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
SetSuspendState
public static boolean SetSuspendState(PowerState state, boolean force, boolean disableWakeEvent) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentException
-
OleRequired
public static ApartmentState OleRequired() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
AddMessageFilter
public static void AddMessageFilter(IMessageFilter value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException
-
DoEvents
public static void DoEvents() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidAsynchronousStateException, SecurityException- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityException
-
EnableVisualStyles
public static void EnableVisualStyles() throws java.lang.Throwable, ArgumentException, ArgumentNullException, IndexOutOfRangeException, ArgumentOutOfRangeException, NullReferenceException, InvalidOperationException, NotSupportedException, SecurityException, MissingMethodException, NotImplementedException
-
Exit
public static void Exit() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, IndexOutOfRangeException, InvalidOperationException, NotSupportedException, RankException, ObjectDisposedException
-
Exit
public static void Exit(CancelEventArgs e) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, RankException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionRankExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryException
-
ExitThread
public static void ExitThread() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryException
-
OnThreadException
public static void OnThreadException(NetException t) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ConfigurationErrorsException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NotImplementedException, UriFormatException, OutOfMemoryException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, InvalidEnumArgumentException, MulticastNotSupportedException, KeyNotFoundException, OverflowException
- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionUriFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionOverflowException
-
RaiseIdle
public static void RaiseIdle(EventArgs e) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
RemoveMessageFilter
public static void RemoveMessageFilter(IMessageFilter value) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, RankException
-
Restart
public static void Restart() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, PlatformNotSupportedException, NullReferenceException, KeyNotFoundException, OutOfMemoryException, CultureNotFoundException, Win32Exception, AccessViolationException, RankException, MemberAccessException, CryptographicException, IOException, InvalidDeploymentException, DeploymentException, AmbiguousMatchException, UriFormatException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionAccessViolationExceptionRankExceptionMemberAccessExceptionCryptographicExceptionIOExceptionInvalidDeploymentExceptionDeploymentExceptionAmbiguousMatchExceptionUriFormatException
-
Run
public static void Run() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, Win32Exception, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidAsynchronousStateException, SecurityException- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityException
-
Run
public static void Run(ApplicationContext context) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, Win32Exception, OutOfMemoryException, MulticastNotSupportedException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidAsynchronousStateException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityException
-
Run
public static void Run(Form mainForm) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, Win32Exception, OutOfMemoryException, ConfigurationErrorsException, NotSupportedException, NullReferenceException, InvalidAsynchronousStateException, SecurityException
- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityException
-
SetCompatibleTextRenderingDefault
public static void SetCompatibleTextRenderingDefault(boolean defaultValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
SetUnhandledExceptionMode
public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException
-
SetUnhandledExceptionMode
public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode, boolean threadScope) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, InvalidEnumArgumentException
-
UnregisterMessageLoop
public static void UnregisterMessageLoop() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
getAllowQuit
public static boolean getAllowQuit() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
-
getMessageLoop
public static boolean getMessageLoop() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NotImplementedException, NullReferenceException, NotSupportedException, MulticastNotSupportedException
-
getRenderWithVisualStyles
public static boolean getRenderWithVisualStyles() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, AbandonedMutexException, MissingManifestResourceException, InvalidOperationException
-
getUseWaitCursor
public static boolean getUseWaitCursor() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setUseWaitCursor
public static void setUseWaitCursor(boolean UseWaitCursor) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getCommonAppDataRegistry
public static RegistryKey getCommonAppDataRegistry() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, SecurityException, FileNotFoundException, AccessViolationException, OutOfMemoryException, FormatException, MissingManifestResourceException, UriFormatException, ObjectDisposedException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionFormatExceptionMissingManifestResourceExceptionUriFormatExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOException
-
getUserAppDataRegistry
public static RegistryKey getUserAppDataRegistry() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, NullReferenceException, SecurityException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AccessViolationException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionIndexOutOfRangeException
-
getCurrentCulture
public static CultureInfo getCurrentCulture() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException
-
setCurrentCulture
public static void setCurrentCulture(CultureInfo CurrentCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceException
-
getCommonAppDataPath
public static java.lang.String getCommonAppDataPath() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidDeploymentException, FormatException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, OutOfMemoryException, UriFormatException, IndexOutOfRangeException, MemberAccessException, SecurityException, AccessViolationException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationException
-
getCompanyName
public static java.lang.String getCompanyName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, NullReferenceException, SecurityException, FileNotFoundException, AccessViolationException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryException
-
getExecutablePath
public static java.lang.String getExecutablePath() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NullReferenceException, SecurityException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, MemberAccessException, ConfigurationException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionMemberAccessExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryException
-
getLocalUserAppDataPath
public static java.lang.String getLocalUserAppDataPath() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidDeploymentException, FormatException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, OutOfMemoryException, UriFormatException, IndexOutOfRangeException, MemberAccessException, SecurityException, AccessViolationException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationException
-
getProductName
public static java.lang.String getProductName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, NullReferenceException, SecurityException, FileNotFoundException, AccessViolationException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryException
-
getProductVersion
public static java.lang.String getProductVersion() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, NotImplementedException, NullReferenceException, SecurityException, FileNotFoundException, AccessViolationException, MissingManifestResourceException, ObjectDisposedException, UriFormatException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryException
-
getSafeTopLevelCaptionFormat
public static java.lang.String getSafeTopLevelCaptionFormat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setSafeTopLevelCaptionFormat
public static void setSafeTopLevelCaptionFormat(java.lang.String SafeTopLevelCaptionFormat) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentException
-
getStartupPath
public static java.lang.String getStartupPath() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, PathTooLongException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, InvalidOperationException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNullReferenceException
-
getUserAppDataPath
public static java.lang.String getUserAppDataPath() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidDeploymentException, FormatException, PlatformNotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, DeploymentException, AmbiguousMatchException, OutOfMemoryException, UriFormatException, IndexOutOfRangeException, MemberAccessException, SecurityException, AccessViolationException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationException
-
getOpenForms
public static FormCollection getOpenForms() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCurrentInputLanguage
public static InputLanguage getCurrentInputLanguage() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, ArgumentNullException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionArgumentNullExceptionInvalidOperationException
-
setCurrentInputLanguage
public static void setCurrentInputLanguage(InputLanguage CurrentInputLanguage) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException
-
getVisualStyleState
public static VisualStyleState getVisualStyleState() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
setVisualStyleState
public static void setVisualStyleState(VisualStyleState VisualStyleState) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentException
-
-