SafeHandle Constructor (IntPtr, Boolean)
Initializes a new instance of the SafeHandle class with the specified invalid handle value.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- invalidHandleValue
-
Type:
System::IntPtr
The value of an invalid handle (usually 0 or -1). Your implementation of IsInvalid should return true for this value.
- ownsHandle
-
Type:
System::Boolean
true to reliably let SafeHandle release the handle during the finalization phase; otherwise, false (not recommended).
| Exception | Condition |
|---|---|
| TypeLoadException | The derived class resides in an assembly without unmanaged code access permission. |
If the ownsHandle parameter is false, ReleaseHandle is never called; thus, it is not recommended to use this parameter value as your code may leak resources.
for full trust for inheritors. This member cannot be inherited by partially trusted code.
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1