runtimeLibraryOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the RuntimeLibrary property.
public enum class runtimeLibraryOption
public enum class runtimeLibraryOption
enum runtimeLibraryOption
public enum runtimeLibraryOption
type runtimeLibraryOption =
Public Enum runtimeLibraryOption
- Inheritance
-
runtimeLibraryOption
Fields
Name | Value | Description |
---|---|---|
rtMultiThreaded | 0 | Multi-threaded (/MT) |
rtMultiThreadedDebug | 1 | Multi-threaded Debug (/MTd) |
rtMultiThreadedDLL | 2 | Multi-threaded DLL (/MD) |
rtMultiThreadedDebugDLL | 3 | Multi-threaded Debug DLL (/MDd) |