IL — Digitteck Blog — Digitteck
Tag

IL

1 article

C# class vs struct (IL and Memory)
dotnet

C# class vs struct (IL and Memory)

How classes, structs, and enums map to IL — all extend a class at the CLR level — and why struct fields live at the struct's own memory address while class fields are offset from the object pointer.

2019-02-07·4 min read
digitteck

© 2026 Digitteck