Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Unmanaged code
|
| Definition
| Also called unsafe code, code that executes outside of the control of the Common Language Runtime (CLR). Unmanaged code may perform unsafe operations such as pointer arithmetic. Unmanaged code is used for accessing unmanaged memory, calling Windows APIs, interfacing to COM components, and coding performance-critical methods which avoid the overhead of the CLR.
|
| See also
| Unmanaged data
|
| You may edit this definition to improve or extend it.
|