<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Jellyfin.Windows.Tray</name>
    </assembly>
    <members>
        <member name="T:Jellyfin.Windows.Tray.Program">
            <summary>
            The main program.
            </summary>
        </member>
        <member name="T:Jellyfin.Windows.Tray.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:Jellyfin.Windows.Tray.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:Jellyfin.Windows.Tray.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:Jellyfin.Windows.Tray.Properties.Resources.JellyfinIcon">
            <summary>
              Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
            </summary>
        </member>
        <member name="T:Jellyfin.Windows.Tray.RunType">
            <summary>
            The run type.
            </summary>
        </member>
        <member name="F:Jellyfin.Windows.Tray.RunType.Service">
            <summary>
            Run a service.
            </summary>
        </member>
        <member name="F:Jellyfin.Windows.Tray.RunType.Executable">
            <summary>
            Run as executable.
            </summary>
        </member>
        <member name="T:Jellyfin.Windows.Tray.StringExtensions">
            <summary>
                Helper Methods for Strings.
            </summary>
        </member>
        <member name="M:Jellyfin.Windows.Tray.StringExtensions.Truncate(System.String,System.Int32,System.String)">
            <summary>
                Truncates the input string to a max size and appends the suffix if truncated.
            </summary>
            <param name="value">The input string to truncate.</param>
            <param name="maxLength">The Maximum Length.</param>
            <param name="truncationSuffix">The suffix to append when Truncated.</param>
            <returns>The original string if not exceeding <paramref name="maxLength"/> otherwise the truncated string with <paramref name="truncationSuffix"/>.</returns>
        </member>
        <member name="T:Jellyfin.Windows.Tray.TrayApplicationContext">
            <summary>
            Tray application context.
            </summary>
        </member>
        <member name="M:Jellyfin.Windows.Tray.TrayApplicationContext.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Jellyfin.Windows.Tray.TrayApplicationContext"/> class.
            </summary>
        </member>
        <member name="M:Jellyfin.Windows.Tray.TrayApplicationContext.InitApplication">
            <summary>
                Setups and Starts the application.
            </summary>
            <returns>boolean value if the application should start rendering its UI.</returns>
        </member>
    </members>
</doc>
