isSharedDRuntime

Check whether the D runtime is built as a DLL or linked statically

version(Windows)
pragma(inline, false)
bool
isSharedDRuntime
()

Return Value

Type: bool

true = DLL, false = static library

Meta