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

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

공개 메소드들

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

메소드 상세

DisposeLocalCopyOfClientHandle() 공개 메소드

public DisposeLocalCopyOfClientHandle ( ) : void
리턴 void

Win32AnonymousPipeServer() 공개 메소드

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

Win32AnonymousPipeServer() 공개 메소드

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