DynamicLib.this

Construct a DynamicLib from a manually obtained DynamicLibHandle.

  1. this()
  2. this(DynamicLibHandle handle, bool own)
    struct DynamicLib
    @safe pure nothrow @nogc
    this
    out { assert (associated); }
  3. this(char[] name, bool search)

Parameters

handle DynamicLibHandle
own bool

Whether or not to close handle on destruction.

Preconditions: handle is a valid DynamicLibHandle.

Meta