C# 클래스 System.IO.Pipes.UnixAnonymousPipeServer

상속: UnixAnonymousPipe, IAnonymousPipeServer
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
DisposeLocalCopyOfClientHandle ( ) : void
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System

메소드 상세

DisposeLocalCopyOfClientHandle() 공개 메소드

public DisposeLocalCopyOfClientHandle ( ) : void
리턴 void

UnixAnonymousPipeServer() 공개 메소드

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, PipeDirection direction, HandleInheritability inheritability, int bufferSize ) : System
owner AnonymousPipeServerStream
direction PipeDirection
inheritability HandleInheritability
bufferSize int
리턴 System

UnixAnonymousPipeServer() 공개 메소드

public UnixAnonymousPipeServer ( AnonymousPipeServerStream owner, SafePipeHandle serverHandle, SafePipeHandle clientHandle ) : System
owner AnonymousPipeServerStream
serverHandle Microsoft.Win32.SafeHandles.SafePipeHandle
clientHandle Microsoft.Win32.SafeHandles.SafePipeHandle
리턴 System