VSOptions

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Functions

defaultRuntimeLibrary
const(char)* defaultRuntimeLibrary(bool x64)

retrieve the name of the default C runtime library

getSDKLibPath
const(char)* getSDKLibPath(bool x64)

get the path to the Windows SDK CRT libraries

getUCRTLibPath
const(char)* getUCRTLibPath(bool x64)

get the path to the universal CRT libraries

getVCBinDir
const(char)* getVCBinDir(bool x64, const(char)* addpath)

get Visual C bin folder

getVCLibDir
const(char)* getVCLibDir(bool x64)

get Visual C Library folder

initialize
void initialize()

fill member variables from environment or registry

linkOptions
const(char)* linkOptions(bool x64)

retrieve options to be passed to the Microsoft linker

linkerPath
const(char)* linkerPath(bool x64)

retrieve path to the Microsoft linker executable also modifies PATH environment variable if necessary to find conditionally loaded DLLs

Variables

UCRTSdkDir
const(char)* UCRTSdkDir;
Undocumented in source.
UCRTVersion
const(char)* UCRTVersion;
Undocumented in source.
VCInstallDir
const(char)* VCInstallDir;
Undocumented in source.
VCToolsInstallDir
const(char)* VCToolsInstallDir;
Undocumented in source.
VSInstallDir
const(char)* VSInstallDir;
Undocumented in source.
WindowsSdkDir
const(char)* WindowsSdkDir;
Undocumented in source.
WindowsSdkVersion
const(char)* WindowsSdkVersion;
Undocumented in source.

Meta