AppBuilder Methods
Methods
AfterPlatformServicesSetup(Action(AppBuilder)) | |
AfterSetup(Action(AppBuilder)) | |
Configure(TApp)() | Begin configuring an Application. |
Configure(TApp)(Func(TApp)) | Begin configuring an Application. |
ConfigureFonts(Action(FontManager)) | Registers an action that is executed with the current font manager. |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
SetupWithLifetime(IApplicationLifetime) | Sets up the platform-specific services for the application and initialized it with a particular lifetime, but does not run it. |
SetupWithoutStarting() | Sets up the platform-specific services for the application, but does not run it. |
Start(AppBuilder.AppMainDelegate, String[]) | |
ToString() | Returns a string that represents the current object. (Inherited from Object) |
UseRenderingSubsystem(Action, String) | Specifies a rendering subsystem to use. |
UseRuntimePlatformSubsystem(Action, String) | Specifies a runtime platform subsystem to use. |
UseStandardRuntimePlatformSubsystem() | Specifies a standard runtime platform subsystem to use. |
UseWindowingSubsystem(Action, String) | Specifies a windowing subsystem to use. |
With(T)(Func(T)) | Configures platform-specific options |
With(T)(T) | Configures platform-specific options |