Qt.QLibrary Class

public class QLibrary: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QLibrary

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QLibrary(System.String) Constructor

public void QLibrary(System.String filename);

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary(void *) Constructor

public void QLibrary(void * ptr);

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.AutoUnload Method

public bool AutoUnload();

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Finalize Method

protected override void Finalize();

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.IsLoaded Method

public bool IsLoaded();

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Library Method

public System.String Library();

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Load Method

public bool Load();

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Resolve(System.String) Method

public int[] Resolve(System.String arg1);

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Resolve(System.String, System.String) Method

public static int[] Resolve(System.String filename, System.String arg1);

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.SetAutoUnload Method

public void SetAutoUnload(bool enable);

See Also

Qt.QLibrary Class, Qt Namespace

QLibrary.Unload Method

public bool Unload();

See Also

Qt.QLibrary Class, Qt Namespace