Class Application
Encapsulates a ImGui application.
Inheritance
System.Object
Application
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:ImGui
Assembly:ImGui.dll
Syntax
public static class Application
Remarks
Application is a class that encapsulates WPF application-specific functionality.
Methods
| Improve this DocQuit()
Closes all application windows and quit the application.
Declaration
public static void Quit()
Run(Form)
Begins running a standard application on the current thread and makes the specified form visible.
Declaration
public static void Run(Form mainForm)
Parameters
Type | Name | Description |
---|---|---|
Form | mainForm | A Form that represents the form to make visible. |