public class WindowsFormsApplicationBase extends ConsoleApplicationBase
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase
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: Microsoft.VisualBasic.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Forms
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WindowsFormsApplicationBase() |
WindowsFormsApplicationBase(AuthenticationMode authenticationMode) |
WindowsFormsApplicationBase(java.lang.Object instance)
Internal constructor.
|
ChangeCulture, ChangeUICulture, getCulture, GetEnvironmentVariable, getInfo, getLog, getUICulturepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WindowsFormsApplicationBase()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
MissingMethodException,
TargetInvocationException,
SecurityException,
RankException,
ArrayTypeMismatchException,
NullReferenceException,
NotSupportedException,
MulticastNotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic WindowsFormsApplicationBase(AuthenticationMode authenticationMode) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidEnumArgumentException, MissingMethodException, TargetInvocationException, InvalidOperationException, FormatException, SecurityException, NullReferenceException, MulticastNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidEnumArgumentExceptionMissingMethodExceptionTargetInvocationExceptionInvalidOperationExceptionFormatExceptionSecurityExceptionNullReferenceExceptionMulticastNotSupportedExceptionpublic WindowsFormsApplicationBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addApplyApplicationDefaults(ApplyApplicationDefaultsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addShutdown(ShutdownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStartup(StartupEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addStartupNextInstance(StartupNextInstanceEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnhandledException(UnhandledExceptionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static WindowsFormsApplicationBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WindowsFormsApplicationBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWindowsFormsApplicationBase instancejava.lang.Throwable - in case of error during cast operationpublic void DoEvents()
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentNullException,
ObjectDisposedException,
InvalidOperationException,
MulticastNotSupportedException,
Win32Exception,
InvalidAsynchronousStateException
public ApplicationContext getApplicationContext() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ConsoleApplicationBaseString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ConsoleApplicationBaseString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ConsoleApplicationBaseObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ConsoleApplicationBaseString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ConsoleApplicationBaseJCType representing the CLR Type of the instantiated Classpublic int getMinimumSplashScreenDisplayTime()
throws java.lang.Throwable
java.lang.Throwablepublic FormCollection getOpenForms() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSaveMySettingsOnExit()
throws java.lang.Throwable
java.lang.Throwablepublic Form getSplashScreen() throws java.lang.Throwable
java.lang.Throwablepublic void removeApplyApplicationDefaults(ApplyApplicationDefaultsEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeNetworkAvailabilityChanged(NetworkAvailableEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeShutdown(ShutdownEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStartup(StartupEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeStartupNextInstance(StartupNextInstanceEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnhandledException(UnhandledExceptionEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Run(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, SecurityException, IOException, UnauthorizedAccessException, LockRecursionException, AbandonedMutexException, Win32Exception, SynchronizationLockException, InvalidEnumArgumentException, OutOfMemoryException, NullReferenceException, FormatException, TaskSchedulerException, NetworkInformationException, SocketException, NoStartupFormException, InvalidAsynchronousStateException, AmbiguousMatchException, AccessViolationException, MissingMethodException, TargetInvocationException, AggregateException, TaskCanceledException, CantStartSingleInstanceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionLockRecursionExceptionAbandonedMutexExceptionWin32ExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionNullReferenceExceptionFormatExceptionTaskSchedulerExceptionNetworkInformationExceptionSocketExceptionNoStartupFormExceptionInvalidAsynchronousStateExceptionAmbiguousMatchExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionAggregateExceptionTaskCanceledExceptionCantStartSingleInstanceExceptionpublic void Run(java.lang.String[] commandLine)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
SecurityException,
IOException,
UnauthorizedAccessException,
LockRecursionException,
AbandonedMutexException,
Win32Exception,
SynchronizationLockException,
InvalidEnumArgumentException,
OutOfMemoryException,
NullReferenceException,
FormatException,
TaskSchedulerException,
NetworkInformationException,
SocketException,
NoStartupFormException,
InvalidAsynchronousStateException,
AmbiguousMatchException,
AccessViolationException,
MissingMethodException,
TargetInvocationException,
AggregateException,
TaskCanceledException,
CantStartSingleInstanceException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionLockRecursionExceptionAbandonedMutexExceptionWin32ExceptionSynchronizationLockExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionNullReferenceExceptionFormatExceptionTaskSchedulerExceptionNetworkInformationExceptionSocketExceptionNoStartupFormExceptionInvalidAsynchronousStateExceptionAmbiguousMatchExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionAggregateExceptionTaskCanceledExceptionCantStartSingleInstanceExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ConsoleApplicationBasepublic void setMinimumSplashScreenDisplayTime(int MinimumSplashScreenDisplayTime)
throws java.lang.Throwable
java.lang.Throwablepublic void setSaveMySettingsOnExit(boolean SaveMySettingsOnExit)
throws java.lang.Throwable
java.lang.Throwablepublic void setSplashScreen(Form SplashScreen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException