CorExitProcess Function
Shuts down the current unmanaged process.
void STDMETHODCALLTYPE CorExitProcess (
int exitCode
);
Parameters
- exitCode
An integer that specifies the process exit code.
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.idl
Library: MSCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0
See Also
Other Resources
Hosting Global Static Functions
Change History
Date |
History |
Reason |
---|---|---|
orc_cpub26 |
Correction: Parameter is not [out]. |
Customer feedback. |