public class Application extends NetObject
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.Application
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Application() |
Application(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AddMessageFilter(IMessageFilter value) |
static Application |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Application, a cast assert is made to check if types are compatible. |
static void |
DoEvents() |
static void |
EnableVisualStyles() |
static void |
Exit() |
static void |
Exit(CancelEventArgs e) |
static void |
ExitThread() |
static boolean |
FilterMessage(JCORefOut<Message> message) |
static boolean |
getAllowQuit() |
static java.lang.String |
getCommonAppDataPath() |
static RegistryKey |
getCommonAppDataRegistry() |
static java.lang.String |
getCompanyName() |
static CultureInfo |
getCurrentCulture() |
static InputLanguage |
getCurrentInputLanguage() |
static java.lang.String |
getExecutablePath() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
static java.lang.String |
getLocalUserAppDataPath() |
static boolean |
getMessageLoop() |
static FormCollection |
getOpenForms() |
static java.lang.String |
getProductName() |
static java.lang.String |
getProductVersion() |
static boolean |
getRenderWithVisualStyles() |
static java.lang.String |
getSafeTopLevelCaptionFormat() |
static java.lang.String |
getStartupPath() |
static java.lang.String |
getUserAppDataPath() |
static RegistryKey |
getUserAppDataRegistry() |
static boolean |
getUseWaitCursor() |
static VisualStyleState |
getVisualStyleState() |
static ApartmentState |
OleRequired() |
static void |
OnThreadException(NetException t) |
static void |
RaiseIdle(EventArgs e) |
static void |
RemoveMessageFilter(IMessageFilter value) |
static void |
Restart() |
static void |
Run() |
static void |
Run(ApplicationContext context) |
static void |
Run(Form mainForm) |
static void |
SetCompatibleTextRenderingDefault(boolean defaultValue) |
static void |
setCurrentCulture(CultureInfo CurrentCulture) |
static void |
setCurrentInputLanguage(InputLanguage CurrentInputLanguage) |
void |
setJCOInstance(JCObject instance) |
static void |
setSafeTopLevelCaptionFormat(java.lang.String SafeTopLevelCaptionFormat) |
static boolean |
SetSuspendState(PowerState state,
boolean force,
boolean disableWakeEvent) |
static void |
SetUnhandledExceptionMode(UnhandledExceptionMode mode) |
static void |
SetUnhandledExceptionMode(UnhandledExceptionMode mode,
boolean threadScope) |
static void |
setUseWaitCursor(boolean UseWaitCursor) |
static void |
setVisualStyleState(VisualStyleState VisualStyleState) |
static void |
UnregisterMessageLoop() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Application()
throws java.lang.Throwable
java.lang.Throwablepublic Application(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void AddMessageFilter(IMessageFilter value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, InvalidOperationException
public static Application cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Application, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedApplication instancejava.lang.Throwable - in case of error during cast operationpublic 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
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityExceptionpublic static void EnableVisualStyles()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NullReferenceException,
InvalidOperationException,
NotSupportedException,
SecurityException,
MissingMethodException,
NotImplementedException
public static void Exit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
IndexOutOfRangeException,
InvalidOperationException,
NotSupportedException,
RankException,
ObjectDisposedException
public static void Exit(CancelEventArgs e) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, FormatException, PathTooLongException, NotSupportedException, IndexOutOfRangeException, InvalidOperationException, RankException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionRankExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionpublic static void ExitThread()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
Win32Exception,
NotSupportedException,
NullReferenceException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionpublic static boolean FilterMessage(JCORefOut<Message> message) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public static boolean getAllowQuit()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException
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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionNotImplementedExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionOutOfMemoryExceptionFormatExceptionMissingManifestResourceExceptionUriFormatExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryExceptionpublic static CultureInfo getCurrentCulture() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException
public static InputLanguage getCurrentInputLanguage() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, ArgumentNullException, InvalidOperationException
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionArgumentNullExceptionInvalidOperationExceptionpublic 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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionSecurityExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionMemberAccessExceptionConfigurationExceptionUriFormatExceptionOutOfMemoryExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationExceptionpublic static boolean getMessageLoop()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException,
NotImplementedException,
NullReferenceException,
NotSupportedException,
MulticastNotSupportedException
public static FormCollection getOpenForms() throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryExceptionpublic 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
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionAccessViolationExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionOutOfMemoryExceptionpublic static boolean getRenderWithVisualStyles()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
MissingManifestResourceException,
InvalidOperationException
public static java.lang.String getSafeTopLevelCaptionFormat()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
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
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionPathTooLongExceptionIndexOutOfRangeExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionDriveNotFoundExceptionOperationCanceledExceptionInvalidOperationExceptionNullReferenceExceptionpublic 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
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidDeploymentExceptionFormatExceptionPlatformNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionDeploymentExceptionAmbiguousMatchExceptionOutOfMemoryExceptionUriFormatExceptionIndexOutOfRangeExceptionMemberAccessExceptionSecurityExceptionAccessViolationExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionNullReferenceExceptionSecurityExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionUriFormatExceptionIndexOutOfRangeExceptionpublic static boolean getUseWaitCursor()
throws java.lang.Throwable
java.lang.Throwablepublic static VisualStyleState getVisualStyleState() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic static ApartmentState OleRequired() throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
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
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionIndexOutOfRangeExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNotImplementedExceptionUriFormatExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionAccessViolationExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionOverflowExceptionpublic static void RaiseIdle(EventArgs e) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException
public static void RemoveMessageFilter(IMessageFilter value) throws java.lang.Throwable, ArgumentException, ObjectDisposedException, AbandonedMutexException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, RankException
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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionFormatExceptionPathTooLongExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionPlatformNotSupportedExceptionNullReferenceExceptionKeyNotFoundExceptionOutOfMemoryExceptionCultureNotFoundExceptionWin32ExceptionAccessViolationExceptionRankExceptionMemberAccessExceptionCryptographicExceptionIOExceptionInvalidDeploymentExceptionDeploymentExceptionAmbiguousMatchExceptionUriFormatExceptionpublic 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
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityExceptionpublic 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
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityExceptionpublic 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
java.lang.ThrowableArgumentExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionWin32ExceptionOutOfMemoryExceptionConfigurationErrorsExceptionNotSupportedExceptionNullReferenceExceptionInvalidAsynchronousStateExceptionSecurityExceptionpublic static void SetCompatibleTextRenderingDefault(boolean defaultValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public static void setCurrentCulture(CultureInfo CurrentCulture) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, ArgumentOutOfRangeException, InvalidOperationException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNullReferenceExceptionpublic static void setCurrentInputLanguage(InputLanguage CurrentInputLanguage) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ObjectDisposedException, InvalidOperationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setSafeTopLevelCaptionFormat(java.lang.String SafeTopLevelCaptionFormat)
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionpublic static boolean SetSuspendState(PowerState state, boolean force, boolean disableWakeEvent) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionpublic static void SetUnhandledExceptionMode(UnhandledExceptionMode mode) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException
public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode, boolean threadScope) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, NotImplementedException, ArgumentOutOfRangeException, InvalidOperationException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, InvalidEnumArgumentException
public static void setUseWaitCursor(boolean UseWaitCursor)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic static void setVisualStyleState(VisualStyleState VisualStyleState) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static void UnregisterMessageLoop()
throws java.lang.Throwable,
ArgumentException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
InvalidOperationException