<?xml version="1.0"?>
<doc>
    <assembly>
        <name>ElgatoReporter</name>
    </assembly>
    <members>
        <member name="T:ElgatoReporter.UI.Desktop.Program">
            <summary>
                The entry point class for the application.
            </summary>
        </member>
        <member name="M:ElgatoReporter.UI.Desktop.Program.Main(System.String[])">
            <summary>
                The main entry point for the application.
                Initialization code. Don't use any Avalonia, third-party APIs or any
                SynchronizationContext-reliant code before AppMain is called: things aren't initialized
                yet and stuff might break.
            </summary>
            <param name="args">The command-line arguments.</param>
        </member>
        <member name="M:ElgatoReporter.UI.Desktop.Program.BuildAvaloniaApp">
            <summary>
                Configures and builds the Avalonia application, don't remove; also used by visual designer.
            </summary>
            <returns>The configured Avalonia application builder.</returns>
        </member>
        <member name="M:ElgatoReporter.UI.Desktop.Program.StartBackend(System.String,System.String)">
            <summary>
                Starts the backend service in a separate thread.
            </summary>
            <param name="applicationName">The name of the application.</param>
            <param name="applicationVersion">The version of the application.</param>
        </member>
    </members>
</doc>
