SafePipeHandle Konstruktory

Definice

Přetížení

SafePipeHandle()

Vytvoří .SafePipeHandle

SafePipeHandle(IntPtr, Boolean)

Inicializuje novou instanci SafePipeHandle třídy.

SafePipeHandle()

Zdroj:
SafePipeHandle.cs
Zdroj:
SafePipeHandle.cs
Zdroj:
SafePipeHandle.cs

Vytvoří .SafePipeHandle

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

Platí pro

SafePipeHandle(IntPtr, Boolean)

Zdroj:
SafePipeHandle.cs
Zdroj:
SafePipeHandle.cs
Zdroj:
SafePipeHandle.cs

Inicializuje novou instanci SafePipeHandle třídy.

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

Objekt IntPtr , který představuje existující popisovač, který se má použít.

ownsHandle
Boolean

true spolehlivě uvolnit rukojeť během finalizační fáze; false aby se zabránilo spolehlivému uvolnění (nedoporučuje se).

Platí pro