Kimono.KRun.ProcessDesktopExec C# (CSharp) Method

ProcessDesktopExec() public static method

public static ProcessDesktopExec ( Kimono.KService _service, List _urls ) : List
_service Kimono.KService
_urls List
return List
        public static List<string> ProcessDesktopExec(KService _service, List<KUrl> _urls)
        {
            return (List<string>) staticInterceptor.Invoke("processDesktopExec#?", "processDesktopExec(const KService&, const KUrl::List&)", typeof(List<string>), typeof(KService), _service, typeof(List<KUrl>), _urls);
        }

Same methods

KRun::ProcessDesktopExec ( Kimono.KService _service, List _urls, bool tempFiles ) : List
KRun::ProcessDesktopExec ( Kimono.KService _service, List _urls, bool tempFiles, string suggestedFileName ) : List