Kimono.KRun.Run C# (CSharp) Method

Run() public static method

public static Run ( string exec, List urls, QWidget window ) : bool
exec string
urls List
window Qyoto.QWidget
return bool
        public static bool Run(string exec, List<KUrl> urls, QWidget window)
        {
            return (bool) staticInterceptor.Invoke("run$?#", "run(const QString&, const KUrl::List&, QWidget*)", typeof(bool), typeof(string), exec, typeof(List<KUrl>), urls, typeof(QWidget), window);
        }

Same methods

KRun::Run ( Kimono.KService service, List urls, QWidget window ) : bool
KRun::Run ( Kimono.KService service, List urls, QWidget window, bool tempFiles ) : bool
KRun::Run ( Kimono.KService service, List urls, QWidget window, bool tempFiles, string suggestedFileName ) : bool
KRun::Run ( Kimono.KService service, List urls, QWidget window, bool tempFiles, string suggestedFileName, Qyoto.QByteArray asn ) : bool
KRun::Run ( string exec, List urls, QWidget window, string name ) : bool
KRun::Run ( string exec, List urls, QWidget window, string name, string icon ) : bool
KRun::Run ( string exec, List urls, QWidget window, string name, string icon, Qyoto.QByteArray asn ) : bool