public bool Load(string fileName) { return (bool) interceptor.Invoke("load$", "load(const QString&)", typeof(bool), typeof(string), fileName); }