Unmanaged data is data (i.e. memory) that is allocated outside of the control of the CLR. Unmanaged data can be access by both managed and unmanaged code. Related TutorialsUnmanaged code GC (Garbage Collection) CLS (Common Language Specification) Managed execution Type-safe