EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Enum LauncherMethod

    Namespace: PoeShared.Launcher
    Assembly: PoeShared.Launcher.dll
    Syntax
    public enum LauncherMethod

    Fields

    Name Description
    StartApp
    1. Awaits for target app to exit
    2. Starts executable @ ExecutablePath with arguments
    3. Terminates itself
    SwapApp
    1. Awaits for target app to exit
    2. Tries to remove old executable @ ExecutablePath
    3. When succeeded, replaced old executable with itself (launcher)
    4. Starts executable @ ExecutablePath with arguments
    5. Terminates itself
    Version

    Extension Methods

    ObjectExtensions.AddTo<LauncherMethod, TCollection>(LauncherMethod, ISourceList<TCollection>)
    ObjectExtensions.AddTo<LauncherMethod, TCollection>(LauncherMethod, ICollection<TCollection>)
    ObjectExtensions.CloneJson<LauncherMethod>(LauncherMethod)
    ObjectExtensions.CopyPropertiesTo<LauncherMethod, TTarget>(LauncherMethod, TTarget)
    ObjectExtensions.DumpToJson<LauncherMethod>(LauncherMethod)
    ObjectExtensions.DumpToTextRaw<LauncherMethod>(LauncherMethod)
    ObjectExtensions.DumpToText<LauncherMethod>(LauncherMethod)
    ObjectExtensions.Dump<LauncherMethod>(LauncherMethod)
    ObjectExtensions.GetPropertyAccessor<LauncherMethod, TValue>(LauncherMethod, Expression<Func<LauncherMethod, TValue>>)
    ObjectExtensions.InsertTo<LauncherMethod, TCollection>(LauncherMethod, IList<TCollection>, int)
    ObjectExtensions.ToJson<LauncherMethod>(LauncherMethod, Formatting)
    ObjectExtensions.ToStringSafe<LauncherMethod>(LauncherMethod)
    ObjectExtensions.TransferPropertiesTo<LauncherMethod, TTarget>(LauncherMethod, TTarget, params string[])
    ObjectExtensions.WaitForAsync<LauncherMethod, T1>(LauncherMethod, Func<LauncherMethod, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<LauncherMethod>(LauncherMethod, XContainer)
    2025 © Xab3r. All rights reserved.