== Resources === Documentation * https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle.dangerousgethandle[SafeHandle.DangerousGetHandle Method] * https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.safehandle[SafeHandle Class] === Articles & blog posts * https://stackoverflow.com/questions/8396923/why-is-safehandle-dangerousgethandle-dangerous[Why is SafeHandle.DangerousGetHandle() "Dangerous"? - Stackoverflow]