示例#1
0
文件: QFtp.cs 项目: micro-chen/qyoto
 public int Put(QIODevice dev, string file, QFtp.TransferType type) {
     return (int) interceptor.Invoke("put#$$", "put(QIODevice*, const QString&, QFtp::TransferType)", typeof(int), typeof(QIODevice), dev, typeof(string), file, typeof(QFtp.TransferType), type);
 }
示例#2
0
文件: QFtp.cs 项目: micro-chen/qyoto
 public int Get(string file, QIODevice dev, QFtp.TransferType type) {
     return (int) interceptor.Invoke("get$#$", "get(const QString&, QIODevice*, QFtp::TransferType)", typeof(int), typeof(string), file, typeof(QIODevice), dev, typeof(QFtp.TransferType), type);
 }
示例#3
0
文件: QFtp.cs 项目: micro-chen/qyoto
 public int Put(QByteArray data, string file, QFtp.TransferType type) {
     return (int) interceptor.Invoke("put#$$", "put(const QByteArray&, const QString&, QFtp::TransferType)", typeof(int), typeof(QByteArray), data, typeof(string), file, typeof(QFtp.TransferType), type);
 }