diff --git a/Core/InteropServices/GenericSafeHandle.cs b/Core/InteropServices/GenericSafeHandle.cs index 0f137569..61cf2cd0 100644 --- a/Core/InteropServices/GenericSafeHandle.cs +++ b/Core/InteropServices/GenericSafeHandle.cs @@ -38,7 +38,7 @@ namespace Vanara.InteropServices /// Performs an explicit conversion from to . /// The instance. /// The value of the handle. Use caution when using this value as it can be closed by the disposal of the parent . - public static explicit operator IntPtr(GenericSafeHandle h) => h.DangerousGetHandle(); + //public static explicit operator IntPtr(GenericSafeHandle h) => h.DangerousGetHandle(); /// When overridden in a derived class, executes the code required to free the handle. ///