initialize(lib = nil, flags = DL::RTLD_LAZY | DL::RTLD_GLOBAL)
Class Public methods
Create a new handler that opens library named lib
with
flags
. If no library is specified, RTLD_DEFAULT is used.
Create a new handler that opens library named lib
with
flags
. If no library is specified, RTLD_DEFAULT is used.
Please login to continue.