Type Usage
Type reference by name and assembly
Controlled visibility on declaration
- internal: own assembly
- public: all assemblies
Object layout
- auto, sequential, explicit
- Explicit size
Object allocation
- Reference type: garbage collected heap
- Value type: stack-allocated
Can demand security permission to reference or subclass