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=10.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 SystemColorMode |
getColorMode() |
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() |
static boolean |
getIsDarkModeEnabled() |
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 SystemColorMode |
getSystemColorMode() |
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 |
SetColorMode(SystemColorMode systemColorMode) |
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, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
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,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
MulticastNotSupportedException,
Win32Exception,
OutOfMemoryException,
OverflowException,
InvalidAsynchronousStateException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionMulticastNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionInvalidAsynchronousStateExceptionpublic static void EnableVisualStyles()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException,
IndexOutOfRangeException,
CultureNotFoundException,
SerializationException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionSerializationExceptionpublic static void Exit()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
LockRecursionException,
NullReferenceException,
OutOfMemoryException,
ObjectDisposedException,
AbandonedMutexException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
ArgumentNullException,
SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionLockRecursionExceptionNullReferenceExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionArgumentNullExceptionSynchronizationLockExceptionpublic static void Exit(CancelEventArgs e) throws java.lang.Throwable, PlatformNotSupportedException, LockRecursionException, ArgumentException, NullReferenceException, NotSupportedException, OutOfMemoryException, ObjectDisposedException, ArgumentNullException, AbandonedMutexException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, RankException, ArrayTypeMismatchException, InvalidCastException, SynchronizationLockException
java.lang.ThrowablePlatformNotSupportedExceptionLockRecursionExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionArgumentNullExceptionAbandonedMutexExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionSynchronizationLockExceptionpublic static void ExitThread()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception
public static boolean FilterMessage(JCORefOut<Message> message) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public static boolean getAllowQuit()
throws java.lang.Throwable
java.lang.Throwablepublic static SystemColorMode getColorMode() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getCommonAppDataPath()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
LockRecursionException,
ObjectDisposedException,
AbandonedMutexException,
SynchronizationLockException,
InvalidOperationException,
FileNotFoundException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionLockRecursionExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidOperationExceptionFileNotFoundExceptionArgumentNullExceptionpublic static RegistryKey getCommonAppDataRegistry() throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, LockRecursionException, NotSupportedException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, SynchronizationLockException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, FileNotFoundException, UnauthorizedAccessException, RankException, MissingMethodException, TargetInvocationException, IOException
java.lang.ThrowablePlatformNotSupportedExceptionArrayTypeMismatchExceptionLockRecursionExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFileNotFoundExceptionUnauthorizedAccessExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionpublic static java.lang.String getCompanyName()
throws java.lang.Throwable,
PlatformNotSupportedException,
LockRecursionException,
ArgumentException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
SynchronizationLockException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
FileNotFoundException,
FormatException
java.lang.ThrowablePlatformNotSupportedExceptionLockRecursionExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionArgumentNullExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionFileNotFoundExceptionFormatExceptionpublic static CultureInfo getCurrentCulture() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, NullReferenceException
public static InputLanguage getCurrentInputLanguage() throws java.lang.Throwable, NotSupportedException, ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentNullExceptionpublic static java.lang.String getExecutablePath()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException
public static HighDpiMode getHighDpiMode() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, NullReferenceException, NotSupportedException
java.lang.ThrowableInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNullReferenceExceptionNotSupportedExceptionpublic static boolean getIsDarkModeEnabled()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
ObjectDisposedException,
CultureNotFoundException,
MissingMethodException,
TargetInvocationException,
OutOfMemoryException,
SecurityException,
ArrayTypeMismatchException,
IOException,
UnauthorizedAccessException,
OverflowException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionObjectDisposedExceptionCultureNotFoundExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionArrayTypeMismatchExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionpublic 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,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
LockRecursionException,
ObjectDisposedException,
AbandonedMutexException,
SynchronizationLockException,
InvalidOperationException,
FileNotFoundException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionLockRecursionExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidOperationExceptionFileNotFoundExceptionArgumentNullExceptionpublic static boolean getMessageLoop()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public static FormCollection getOpenForms() throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String getProductName()
throws java.lang.Throwable,
PlatformNotSupportedException,
LockRecursionException,
ArgumentException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
SynchronizationLockException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
FileNotFoundException,
FormatException
java.lang.ThrowablePlatformNotSupportedExceptionLockRecursionExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionArgumentNullExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionFileNotFoundExceptionFormatExceptionpublic static java.lang.String getProductVersion()
throws java.lang.Throwable,
PlatformNotSupportedException,
LockRecursionException,
ArgumentException,
NullReferenceException,
NotSupportedException,
OutOfMemoryException,
ObjectDisposedException,
ArgumentNullException,
AbandonedMutexException,
SynchronizationLockException,
ArgumentOutOfRangeException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
InvalidOperationException,
CultureNotFoundException,
FileNotFoundException,
FormatException
java.lang.ThrowablePlatformNotSupportedExceptionLockRecursionExceptionArgumentExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionArgumentNullExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentOutOfRangeExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionFileNotFoundExceptionFormatExceptionpublic static boolean getRenderWithVisualStyles()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
OutOfMemoryException,
KeyNotFoundException
public static java.lang.String getSafeTopLevelCaptionFormat()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static java.lang.String getStartupPath()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
OutOfMemoryException
public static SystemColorMode getSystemColorMode() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, NullReferenceException, NotSupportedException, ObjectDisposedException, RankException, ArrayTypeMismatchException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionNullReferenceExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionArrayTypeMismatchExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionpublic static java.lang.String getUserAppDataPath()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
OutOfMemoryException,
LockRecursionException,
ObjectDisposedException,
AbandonedMutexException,
SynchronizationLockException,
InvalidOperationException,
FileNotFoundException,
ArgumentNullException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionLockRecursionExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionInvalidOperationExceptionFileNotFoundExceptionArgumentNullExceptionpublic static RegistryKey getUserAppDataRegistry() throws java.lang.Throwable, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentOutOfRangeException, ArgumentException, LockRecursionException, NullReferenceException, NotSupportedException, OutOfMemoryException, ObjectDisposedException, AbandonedMutexException, SynchronizationLockException, IndexOutOfRangeException, InvalidOperationException, CultureNotFoundException, FileNotFoundException, FormatException, UnauthorizedAccessException, RankException, MissingMethodException, TargetInvocationException, IOException
java.lang.ThrowablePlatformNotSupportedExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionArgumentExceptionLockRecursionExceptionNullReferenceExceptionNotSupportedExceptionOutOfMemoryExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionIndexOutOfRangeExceptionInvalidOperationExceptionCultureNotFoundExceptionFileNotFoundExceptionFormatExceptionUnauthorizedAccessExceptionRankExceptionMissingMethodExceptionTargetInvocationExceptionIOExceptionpublic 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, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public static void OnThreadException(NetException t) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidCastException, Win32Exception, OutOfMemoryException, CultureNotFoundException, FormatException, InvalidEnumArgumentException, ObjectDisposedException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionWin32ExceptionOutOfMemoryExceptionCultureNotFoundExceptionFormatExceptionInvalidEnumArgumentExceptionObjectDisposedExceptionMulticastNotSupportedExceptionpublic static void RaiseIdle(EventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public static void RemoveMessageFilter(IMessageFilter value) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public static void Restart()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidCastException,
OutOfMemoryException,
OverflowException,
InvalidOperationException,
FormatException,
LockRecursionException,
ObjectDisposedException,
AbandonedMutexException,
SynchronizationLockException,
ArgumentNullException,
AggregateException,
Win32Exception,
KeyNotFoundException,
CryptographicException,
ThreadStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionOverflowExceptionInvalidOperationExceptionFormatExceptionLockRecursionExceptionObjectDisposedExceptionAbandonedMutexExceptionSynchronizationLockExceptionArgumentNullExceptionAggregateExceptionWin32ExceptionKeyNotFoundExceptionCryptographicExceptionThreadStateExceptionpublic static void Run()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
MulticastNotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
Win32Exception,
OutOfMemoryException,
OverflowException,
InvalidAsynchronousStateException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionInvalidAsynchronousStateExceptionpublic static void Run(ApplicationContext context) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, MulticastNotSupportedException, Win32Exception, OutOfMemoryException, OverflowException, InvalidAsynchronousStateException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionMulticastNotSupportedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionInvalidAsynchronousStateExceptionpublic static void Run(Form mainForm) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, NullReferenceException, NotSupportedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, CultureNotFoundException, ObjectDisposedException, Win32Exception, OutOfMemoryException, OverflowException, InvalidAsynchronousStateException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNullReferenceExceptionNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionOverflowExceptionInvalidAsynchronousStateExceptionpublic static void SetColorMode(SystemColorMode systemColorMode) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException, MulticastNotSupportedException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionMulticastNotSupportedExceptionWin32Exceptionpublic static void SetCompatibleTextRenderingDefault(boolean defaultValue)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public static void setCurrentCulture(CultureInfo CurrentCulture) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ThreadStateException, InvalidOperationException, NullReferenceException, ArgumentOutOfRangeException
public static void setCurrentInputLanguage(InputLanguage CurrentInputLanguage) throws java.lang.Throwable, NotSupportedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public static void SetDefaultFont(Font font) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, NullReferenceException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionNullReferenceExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionpublic static boolean SetHighDpiMode(HighDpiMode highDpiMode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
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, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, 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,
FormatException
public static void setVisualStyleState(VisualStyleState VisualStyleState) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionpublic static void UnregisterMessageLoop()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NullReferenceException,
NotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException