CoEEShutDownCOM Function
Forces the common language runtime (CLR) to release all interface pointers it holds inside runtime callable wrappers (RCW). This has the effect of releasing all RCW caches.
void CoEEShutDownCOM ();
Remarks
The CoEEShutDownCOM function first releases all the RCWs in all contexts and in all caches. Then it removes any tear-down notification existing in setup.
No DLL unloading occurs.
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in 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
Metadata Global Static Functions
Change History
Date |
History |
Reason |
---|---|---|
July 2009 |
Improved introduction and added Remarks. |
Information enhancement. |