Skip to main content
This is lesson 1 of 6 in this module Course 85% complete

Unsafe Pointers in C#

Premium Content

Sign in with your account or sign up to access this lesson.

We introduce advanced C# optimizations and the pointer feature hidden behind the unsafe keyword. The lesson covers what unsafe code means for .NET assembly verification, why the OS and company policies restrict unsafe assemblies, and how to declare an unsafe scope block or mark an entire method unsafe.