Objects

from blog Eric Sink, | ↗ original
This is part of a series on Native AOT. Previous -- Top -- Next So far, our examples have been very simplistic, using only integer types. Native AOT won't be very useful if we can never use objects. And we can. We just need to express them in terms of the conventions of C. Actually, the techniques for dealing with .NET objects in unmanaged...