What is meant by un-safe code?
By un-safe code, it means that the managed program can access the memory address using pointers. There are two points to remember here;
- Un-safe code is different from un-managed as it is still managed by the CLR
- You still can not perform pointer arithmetic in un-safe code.
Index