managed class

C53256
concept

A managed class is a software class whose memory allocation, lifetime, and resource management are automatically handled by a runtime environment (such as a garbage-collected or managed execution system) rather than manually by the programmer.

Instances (1)

Instance Via concept surface
System.Runtime.Loader.AssemblyLoadContext