[Missing <summary> documentation for "T:InTheHand.VisualBasic.ApplicationServices.WindowsFormsApplicationBase"]
| C# | Visual Basic |
public class WindowsFormsApplicationBase : ConsoleApplicationBase
Public Class WindowsFormsApplicationBase _ Inherits ConsoleApplicationBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| WindowsFormsApplicationBase()()()() | Initializes a new instance of the WindowsFormsApplicationBase class | |
| Culture |
Gets the culture that the current thread uses for retrieving culture-specific resources.
(Inherited from ApplicationBase.) | |
| DoEvents()()()() |
Processes all Windows messages currently in the message queue.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Info |
Returns the AssemblyInfo Object,
which provides properties for getting the information about the application's assembly,
such as the version number, description, and so on.
(Inherited from ApplicationBase.) | |
| IsSingleInstance |
Determines whether this application is a single-instance application.
| |
| Log |
Gets an object that provides properties and methods for writing event and exception information to the application's log listeners.
(Inherited from ApplicationBase.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| UICulture |
Gets the culture that the current thread uses for retrieving culture-specific resources.
(Inherited from ApplicationBase.) |
| Object | |||
| ApplicationBase | |||
| ConsoleApplicationBase | |||
| WindowsFormsApplicationBase | |||