public class QLibrary: QtSupport, System.IDisposable
System.Object
QtSupport
QLibraryThis type implements System.IDisposable.
Qt Namespace
QLibrary Constructors
QLibrary(System.String) Constructor
QLibrary(void *) Constructor
QLibrary Methods
QLibrary.AutoUnload Method
QLibrary.Finalize Method
QLibrary.IsLoaded Method
QLibrary.Library Method
QLibrary.Load Method
QLibrary.Resolve(System.String) Method
QLibrary.Resolve(System.String, System.String) Method
QLibrary.SetAutoUnload Method
QLibrary.Unload Method
public void QLibrary(System.String filename);
Qt.QLibrary Class, Qt Namespace
public void QLibrary(void * ptr);
Qt.QLibrary Class, Qt Namespace
public bool AutoUnload();
Qt.QLibrary Class, Qt Namespace
protected override void Finalize();
Qt.QLibrary Class, Qt Namespace
public bool IsLoaded();
Qt.QLibrary Class, Qt Namespace
public System.String Library();
Qt.QLibrary Class, Qt Namespace
public bool Load();
Qt.QLibrary Class, Qt Namespace
public int[] Resolve(System.String arg1);
Qt.QLibrary Class, Qt Namespace
public static int[] Resolve(System.String filename, System.String arg1);
Qt.QLibrary Class, Qt Namespace
public void SetAutoUnload(bool enable);
Qt.QLibrary Class, Qt Namespace
public bool Unload();
Qt.QLibrary Class, Qt Namespace