SafeProcessHandle Constructors

Definition

Overloads

SafeProcessHandle()

Creates a SafeProcessHandle.

SafeProcessHandle(IntPtr, Boolean)

Initializes a new instance of the SafeProcessHandle class from the specified handle, indicating whether to release the handle during the finalization phase.

SafeProcessHandle()

Source:
SafeProcessHandle.cs
Source:
SafeProcessHandle.cs
Source:
SafeProcessHandle.cs

Creates a SafeProcessHandle.

C#
public SafeProcessHandle();

Applies to

.NET 10 a ďalšie verzie
Produkt Verzie
.NET 6, 7, 8, 9, 10

SafeProcessHandle(IntPtr, Boolean)

Source:
SafeProcessHandle.cs
Source:
SafeProcessHandle.cs
Source:
SafeProcessHandle.cs

Initializes a new instance of the SafeProcessHandle class from the specified handle, indicating whether to release the handle during the finalization phase.

C#
public SafeProcessHandle(IntPtr existingHandle, bool ownsHandle);

Parameters

existingHandle
IntPtr

The handle to be wrapped.

ownsHandle
Boolean

true to reliably let SafeProcessHandle release the handle during the finalization phase; otherwise, false.

Remarks

Dôležité

This type implements the IDisposable interface. When you have finished using the type, you should dispose of it either directly or indirectly. To dispose of the type directly, call its Dispose method in a try/catch block. To dispose of it indirectly, use a language construct such as using (in C#) or Using (in Visual Basic). For more information, see the "Using an Object that Implements IDisposable" section in the IDisposable interface topic.

Applies to

.NET 10 a ďalšie verzie
Produkt Verzie
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1