DynamicLib.close

Closes native handle and makes the struct unassociated.

struct DynamicLib
@trusted
void
close
()
out { assert (!associated); }

Throws

Exception on closing error.

Meta