C# 클래스 bug, shared-source-cli-2.0

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Main ( String args ) : void
MemStreamClearWriteByteTest ( ) : bool
ReadBeyondEndTest ( Stream, s ) : bool
WriteBeyondEndTest ( Stream, s ) : bool

비공개 메소드들

메소드 설명
WritePastEndHelper ( Stream, s, byte bytes, long origLength, int spanPastEnd, bool afterAsync ) : bool

메소드 상세

Main() 공개 정적인 메소드

public static Main ( String args ) : void
args String
리턴 void

MemStreamClearWriteByteTest() 공개 정적인 메소드

public static MemStreamClearWriteByteTest ( ) : bool
리턴 bool

ReadBeyondEndTest() 공개 정적인 메소드

public static ReadBeyondEndTest ( Stream, s ) : bool
s Stream,
리턴 bool

WriteBeyondEndTest() 공개 정적인 메소드

public static WriteBeyondEndTest ( Stream, s ) : bool
s Stream,
리턴 bool