Rediger

SafeFileHandle.CreateAnonymousPipe Method

Definition

public static void CreateAnonymousPipe(out Microsoft.Win32.SafeHandles.SafeFileHandle readHandle, out Microsoft.Win32.SafeHandles.SafeFileHandle writeHandle, bool asyncRead = false, bool asyncWrite = false);
static member CreateAnonymousPipe : SafeFileHandle * SafeFileHandle * bool * bool -> unit
Public Shared Sub CreateAnonymousPipe (ByRef readHandle As SafeFileHandle, ByRef writeHandle As SafeFileHandle, Optional asyncRead As Boolean = false, Optional asyncWrite As Boolean = false)

Parameters

readHandle
SafeFileHandle
writeHandle
SafeFileHandle
asyncRead
Boolean
asyncWrite
Boolean

Applies to