C# Class System.IO.Pipes.UnixAnonymousPipeClient

Inheritance: UnixAnonymousPipe, IAnonymousPipeClient
显示文件 Open project: runefs/Marvin

Public Methods

Method Description
UnixAnonymousPipeClient ( AnonymousPipeClientStream owner, SafePipeHandle handle ) : System

Method Details

UnixAnonymousPipeClient() public method

public UnixAnonymousPipeClient ( AnonymousPipeClientStream owner, SafePipeHandle handle ) : System
owner AnonymousPipeClientStream
handle Microsoft.Win32.SafeHandles.SafePipeHandle
return System