C# 클래스 Iaik.Utils.Net.NamedPipeConnection

상속: FrontEndConnection
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
Close ( ) : void
Connect ( ) : void
Flush ( ) : void
NamedPipeConnection ( CommandLineHandler commandLine ) : System
NamedPipeConnection ( string>.IDictionary arguments ) : System
NamedPipeConnection ( PipeStream pipeStream ) : System
NamedPipeConnection ( string pipeName ) : System
Read ( byte buffer, int offset, int length ) : int
ReadByte ( ) : int
Write ( byte buffer, int offset, int length ) : void
WriteByte ( byte value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AssertPipeStream ( ) : void

Checks if the PipeStream is available and connected

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

NamedPipeConnection() 공개 메소드

public NamedPipeConnection ( CommandLineHandler commandLine ) : System
commandLine CommandLineHandler
리턴 System

NamedPipeConnection() 공개 메소드

public NamedPipeConnection ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
리턴 System

NamedPipeConnection() 공개 메소드

public NamedPipeConnection ( PipeStream pipeStream ) : System
pipeStream PipeStream
리턴 System

NamedPipeConnection() 공개 메소드

public NamedPipeConnection ( string pipeName ) : System
pipeName string
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int length ) : int
buffer byte
offset int
length int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

Write() 공개 메소드

public Write ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void