SafePipeHandle Konstruktory

Definicja

Przeciążenia

SafePipeHandle()

Tworzy element SafePipeHandle.

SafePipeHandle(IntPtr, Boolean)

Inicjuje nowe wystąpienie klasy SafePipeHandle.

SafePipeHandle()

Źródło:
SafePipeHandle.cs
Źródło:
SafePipeHandle.cs
Źródło:
SafePipeHandle.cs

Tworzy element SafePipeHandle.

public:
 SafePipeHandle();
public SafePipeHandle ();
Public Sub New ()

Dotyczy

SafePipeHandle(IntPtr, Boolean)

Źródło:
SafePipeHandle.cs
Źródło:
SafePipeHandle.cs
Źródło:
SafePipeHandle.cs

Inicjuje nowe wystąpienie klasy SafePipeHandle.

public:
 SafePipeHandle(IntPtr preexistingHandle, bool ownsHandle);
public SafePipeHandle (IntPtr preexistingHandle, bool ownsHandle);
new Microsoft.Win32.SafeHandles.SafePipeHandle : nativeint * bool -> Microsoft.Win32.SafeHandles.SafePipeHandle
Public Sub New (preexistingHandle As IntPtr, ownsHandle As Boolean)

Parametry

preexistingHandle
IntPtr

nativeint

IntPtr Obiekt reprezentujący istniejący uchwyt do użycia.

ownsHandle
Boolean

true w celu niezawodnego uwolnienia uchwytu w fazie finalizacji; false aby zapobiec niezawodnej wersji (niezalecane).

Dotyczy