PluginAdapter.symbolLink

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void* symbolLink(void* dll, const(char)* symbolName)
    class PluginAdapter
    version(Windows)
    static
    void*
    symbolLink
    (
    void* dll
    ,
    const(char)* symbolName
    )
  2. alias symbolLink = dlsym

Meta