Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Contains values that indicate what information about the common language runtime (CLR) should be returned.
typedef enum {
RUNTIME_INFO_UPGRADE_VERSION = 0x01,
RUNTIME_INFO_REQUEST_IA64 = 0x02,
RUNTIME_INFO_REQUEST_AMD64 = 0x04,
RUNTIME_INFO_REQUEST_X86 = 0x08,
RUNTIME_INFO_DONT_RETURN_DIRECTORY = 0x10,
RUNTIME_INFO_DONT_RETURN_VERSION = 0x20,
RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG = 0x40,
RUNTIME_INFO_IGNORE_ERROR_MODE = 0x1000
} RUNTIME_INFO_FLAGS;
Member | Description |
---|---|
RUNTIME_INFO_DONT_RETURN_DIRECTORY |
Indicates that directory information should not be included. |
RUNTIME_INFO_DONT_RETURN_VERSION |
Indicates that version information should not be included. |
RUNTIME_INFO_DONT_SHOW_ERROR_DIALOG |
Indicates that an error dialog box should not be shown upon failure. |
RUNTIME_INFO_IGNORE_ERROR_MODE |
Indicates that the effects of calling the SetErrorMode function with the SEM_FAILCRITICALERRORS flag should be overridden. That is, an installation dialog box should be shown upon failure, instead of being suppressed. |
RUNTIME_INFO_REQUEST_AMD64 |
Indicates a request for information about an AMD-64-compatible version of the runtime. |
RUNTIME_INFO_REQUEST_IA64 |
Indicates a request for information about an IA-64-compatible version of the runtime. |
RUNTIME_INFO_REQUEST_X86 |
Indicates a request for information about an x86-compatible version of the runtime. |
RUNTIME_INFO_UPGRADE_VERSION |
Indicates that version upgrade information should be included. |
The following platform architecture flags can be specified only one at a time and cannot be combined:
RUNTIME_INFO_REQUEST_IA64
RUNTIME_INFO_REQUEST_AMD64
RUNTIME_INFO_REQUEST_X86
Platforms: See System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: Available since 2.0
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now