maze-project
Show / Hide Table of Contents

Class MauiProgram

MAUI program class

Inheritance
object
MauiProgram
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Maze.Maui.App
Assembly: Maze.Maui.App.dll
Syntax
public static class MauiProgram

Methods

CreateMauiApp()

Initializes the application static instance

Declaration
public static MauiApp CreateMauiApp()
Returns
Type Description
MauiApp

Instance

In this article
Back to top Generated by DocFX