public QHostInfo(QHostInfo d) : this((Type)null) { CreateProxy(); interceptor.Invoke("QHostInfo#", "QHostInfo(const QHostInfo&)", typeof(void), typeof(QHostInfo), d); }
public QHostInfo(QHostInfo d) : this((Type) null) { CreateProxy(); interceptor.Invoke("QHostInfo#", "QHostInfo(const QHostInfo&)", typeof(void), typeof(QHostInfo), d); }
/// <remarks> Internally used /// </remarks> <short> Internally used </short> public int WaitForHostInfo(QHostInfo info) { return (int) interceptor.Invoke("waitForHostInfo#", "waitForHostInfo(QHostInfo&)", typeof(int), typeof(QHostInfo), info); }
public void SetError(QHostInfo.HostInfoError error) { interceptor.Invoke("setError$", "setError(QHostInfo::HostInfoError)", typeof(void), typeof(QHostInfo.HostInfoError), error); }