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=8.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() |
static HighDpiMode |
getHighDpiMode() |
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 |
getUseVisualStyles() |
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) |
static void |
SetDefaultFont(Font font) |
static boolean |
SetHighDpiMode(HighDpiMode highDpiMode) |
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 |
setUseVisualStyles(boolean UseVisualStyles) |
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, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
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,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
MulticastNotSupportedException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
OverflowException,
FormatException,
InvalidAsynchronousStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionMulticastNotSupportedExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionInvalidAsynchronousStateExceptionpublic static void EnableVisualStyles()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
IndexOutOfRangeException,
CultureNotFoundException,
SerializationException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSerializationExceptionpublic static void Exit()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
NullReferenceException
public static void Exit(CancelEventArgs e) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, NullReferenceException
public static void ExitThread()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
NullReferenceException,
Win32Exception,
OutOfMemoryException
public static boolean FilterMessage(JCORefOut<Message> message) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
public static boolean getAllowQuit()
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getCommonAppDataPath()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
IndexOutOfRangeException,
OverflowException,
FormatException,
FileNotFoundException,
OutOfMemoryException
public static RegistryKey getCommonAppDataRegistry() throws java.lang.Throwable, ArrayTypeMismatchException, PlatformNotSupportedException, ArgumentNullException, IndexOutOfRangeException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, FileNotFoundException, OutOfMemoryException, ObjectDisposedException, UnauthorizedAccessException, RankException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, FormatException, IOException
java.lang.ThrowableArrayTypeMismatchExceptionPlatformNotSupportedExceptionArgumentNullExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFileNotFoundExceptionOutOfMemoryExceptionObjectDisposedExceptionUnauthorizedAccessExceptionRankExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionFormatExceptionIOExceptionpublic static java.lang.String getCompanyName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FileNotFoundException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFileNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic static CultureInfo getCurrentCulture() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CultureNotFoundException
public static InputLanguage getCurrentInputLanguage() throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionpublic static java.lang.String getExecutablePath()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic static HighDpiMode getHighDpiMode() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic 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,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
IndexOutOfRangeException,
OverflowException,
FormatException,
FileNotFoundException,
OutOfMemoryException
public static boolean getMessageLoop()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
OverflowException,
FormatException
public static FormCollection getOpenForms() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getProductName()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FileNotFoundException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFileNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic static java.lang.String getProductVersion()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FileNotFoundException,
OutOfMemoryException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFileNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic static boolean getRenderWithVisualStyles()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
KeyNotFoundException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public static java.lang.String getSafeTopLevelCaptionFormat()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
public static java.lang.String getStartupPath()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public static java.lang.String getUserAppDataPath()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentNullException,
IndexOutOfRangeException,
OverflowException,
FormatException,
FileNotFoundException,
OutOfMemoryException
public static RegistryKey getUserAppDataRegistry() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArrayTypeMismatchException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, FileNotFoundException, OutOfMemoryException, FormatException, ObjectDisposedException, UnauthorizedAccessException, ArgumentNullException, RankException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IOException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionFileNotFoundExceptionOutOfMemoryExceptionFormatExceptionObjectDisposedExceptionUnauthorizedAccessExceptionArgumentNullExceptionRankExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionIOExceptionpublic static boolean getUseVisualStyles()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean getUseWaitCursor()
throws java.lang.Throwable
java.lang.Throwablepublic static VisualStyleState getVisualStyleState() throws java.lang.Throwable
java.lang.Throwablepublic static ApartmentState OleRequired() throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
public static void OnThreadException(NetException t) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, Win32Exception, ArrayTypeMismatchException, OutOfMemoryException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionWin32ExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionFormatExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionMulticastNotSupportedExceptionpublic static void RaiseIdle(EventArgs e) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
public static void RemoveMessageFilter(IMessageFilter value) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException
public static void Restart()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
OverflowException,
FormatException,
NullReferenceException,
ObjectDisposedException,
AggregateException,
Win32Exception,
CryptographicException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionNullReferenceExceptionObjectDisposedExceptionAggregateExceptionWin32ExceptionCryptographicExceptionpublic static void Run()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
MulticastNotSupportedException,
NullReferenceException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
OverflowException,
FormatException,
InvalidAsynchronousStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionMulticastNotSupportedExceptionNullReferenceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionInvalidAsynchronousStateExceptionpublic static void Run(ApplicationContext context) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, NullReferenceException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception, OutOfMemoryException, OverflowException, FormatException, InvalidAsynchronousStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionMulticastNotSupportedExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionInvalidAsynchronousStateExceptionpublic static void Run(Form mainForm) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, MulticastNotSupportedException, NullReferenceException, ObjectDisposedException, Win32Exception, OutOfMemoryException, OverflowException, FormatException, InvalidAsynchronousStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionMulticastNotSupportedExceptionNullReferenceExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionInvalidAsynchronousStateExceptionpublic static void SetCompatibleTextRenderingDefault(boolean defaultValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
public static void setCurrentCulture(CultureInfo CurrentCulture) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException
public static void setCurrentInputLanguage(InputLanguage CurrentInputLanguage) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public static void SetDefaultFont(Font font) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, OutOfMemoryException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic static boolean SetHighDpiMode(HighDpiMode highDpiMode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setSafeTopLevelCaptionFormat(java.lang.String SafeTopLevelCaptionFormat)
throws java.lang.Throwable
java.lang.Throwablepublic static boolean SetSuspendState(PowerState state, boolean force, boolean disableWakeEvent) throws java.lang.Throwable
java.lang.Throwablepublic static void SetUnhandledExceptionMode(UnhandledExceptionMode mode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public static void SetUnhandledExceptionMode(UnhandledExceptionMode mode, boolean threadScope) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException
public static void setUseVisualStyles(boolean UseVisualStyles)
throws java.lang.Throwable
java.lang.Throwablepublic static void setUseWaitCursor(boolean UseWaitCursor)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
CultureNotFoundException,
FormatException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionpublic static void setVisualStyleState(VisualStyleState VisualStyleState) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic static void UnregisterMessageLoop()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException