bind(signature, *opts, &blk) Instance Public methods
[](name) Instance Public methods
to_i Instance Public methods Returns the memory address for this handle.
sym(name) Instance Public methods Document-method: [] Get the address as an Integer for the function named name.
enable_close Instance Public methods Enable a call to dlclose() when this DL::Handle is garbage collected.
disable_close Instance Public methods Disable a call to dlclose() when this DL::Handle is garbage collected.
close_enabled? Instance Public methods Returns true if dlclose() will be called when this DL::Handle is garbage collected.
close Instance Public methods Close this DL::Handle. Calling close more than once will raise a DL::DLError exception.
sym(name) Instance Public methods Get the address as an Integer for the function named name.
sym(name) Class Public methods Document-method: [] Get the address as an Integer for the function named name.
Page 2151 of 2275