VSOptions.defaultRuntimeLibrary

retrieve the name of the default C runtime library

struct VSOptions
const(char)*
defaultRuntimeLibrary
(
bool x64
)

Parameters

x64 bool

target architecture (x86 if false)

Return Value

Type: const(char)*

name of the default C runtime library

Suggestion Box / Bug Report