CorExitProcess Function
Shuts down the current unmanaged process.
This function has been deprecated in the .NET Framework version 4. Use the ICLRMetaHost::ExitProcess method instead.
void STDMETHODCALLTYPE CorExitProcess (
[out] int exitCode
);
Parameters
- exitCode
[out] An integer that specifies the process exit code.
Remarks
Note |
---|
Beginning with the .NET Framework version 4, CorExitProcess exits every started runtime in the process, not just the runtime to which the legacy APIs have been bound. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.h
Library: MSCorEE.dll
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0