Kimono.KRun.RunUrl C# (CSharp) Method

RunUrl() public static method

public static RunUrl ( Kimono.KUrl url, string mimetype, QWidget window, bool tempFile, bool runExecutables, string suggestedFileName ) : bool
url Kimono.KUrl
mimetype string
window Qyoto.QWidget
tempFile bool
runExecutables bool
suggestedFileName string
return bool
        public static bool RunUrl(KUrl url, string mimetype, QWidget window, bool tempFile, bool runExecutables, string suggestedFileName)
        {
            return (bool) staticInterceptor.Invoke("runUrl#$#$$$", "runUrl(const KUrl&, const QString&, QWidget*, bool, bool, const QString&)", typeof(bool), typeof(KUrl), url, typeof(string), mimetype, typeof(QWidget), window, typeof(bool), tempFile, typeof(bool), runExecutables, typeof(string), suggestedFileName);
        }

Same methods

KRun::RunUrl ( Kimono.KUrl url, string mimetype, QWidget window ) : bool
KRun::RunUrl ( Kimono.KUrl url, string mimetype, QWidget window, bool tempFile ) : bool
KRun::RunUrl ( Kimono.KUrl url, string mimetype, QWidget window, bool tempFile, bool runExecutables ) : bool
KRun::RunUrl ( Kimono.KUrl url, string mimetype, QWidget window, bool tempFile, bool runExecutables, string suggestedFileName, Qyoto.QByteArray asn ) : bool