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

상속: IPipe
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
EnsureTargetFile ( string name ) : void
WaitForPipeDrain ( ) : void

보호된 메소드들

메소드 설명
RightsToAccess ( PipeAccessRights rights ) : string
RightsToFileAccess ( PipeAccessRights rights ) : FileAccess
ValidateOptions ( PipeOptions options, PipeTransmissionMode mode ) : void

메소드 상세

EnsureTargetFile() 공개 메소드

public EnsureTargetFile ( string name ) : void
name string
리턴 void

RightsToAccess() 보호된 메소드

protected RightsToAccess ( PipeAccessRights rights ) : string
rights PipeAccessRights
리턴 string

RightsToFileAccess() 보호된 메소드

protected RightsToFileAccess ( PipeAccessRights rights ) : FileAccess
rights PipeAccessRights
리턴 FileAccess

ValidateOptions() 보호된 메소드

protected ValidateOptions ( PipeOptions options, PipeTransmissionMode mode ) : void
options PipeOptions
mode PipeTransmissionMode
리턴 void

WaitForPipeDrain() 공개 메소드

public WaitForPipeDrain ( ) : void
리턴 void