Show / Hide Table of Contents

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 Doc

Quit()

Closes all application windows and quit the application.

Declaration
public static void Quit()
| Improve this Doc

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.

  • Improve this Doc
Back to top Copyright © 2016 zwcloud
Generated by DocFX