class ffi.lib.Library

Available on all platforms

A runtime shared libary - a .dll on Windows, a .so on Linux and a .dynlib on Mac OS X

Class Fields

static var LOCAL:Library

The local library

static function load(path:String):Library

Loads the library at the path specified - in the case of an error it will throw the low-level error

Instance Fields

var name:String

The name of the library

function get(name:String):Pointer

Loads a symbol from the library