C# 클래스 NPerf.Core.Communication.MemoryMappedFileView

상속: IDisposable
파일 보기 프로젝트 열기: Orcomp/NPerf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ReadDeserialize ( ) : object
WriteSerialize ( object data ) : void

Serializes the data and writes it to the file.

보호된 메소드들

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

비공개 메소드들

메소드 설명
MemoryMappedFileView ( MemoryMappedViewStream stream ) : System
ReadBytes ( byte data ) : void
ReadDeserialize ( int length ) : object
WriteBytes ( byte data, int offset ) : void
WriteSerialize ( object data, int offset, int length ) : void

Serializes the data and writes it to the file.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

ReadDeserialize() 공개 메소드

public ReadDeserialize ( ) : object
리턴 object

WriteSerialize() 공개 메소드

Serializes the data and writes it to the file.
public WriteSerialize ( object data ) : void
data object The data to serialize.
리턴 void