C# 클래스 Squared.Data.Mangler.Internal.ViewCache.CacheEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
Buffer System.Runtime.InteropServices.SafeBuffer
CreatedWhen long
Offset long
Pointer byte*
PointerOffset long
Size uint
View System.IO.MemoryMappedFiles.MemoryMappedViewAccessor

공개 메소드들

메소드 설명
AddRef ( ) : bool
CacheEntry ( MemoryMappedViewAccessor view, long offset, uint size ) : System
RemoveRef ( ) : void

비공개 메소드들

메소드 설명
IDisposable ( ) : void
Release ( ) : void

메소드 상세

AddRef() 공개 메소드

public AddRef ( ) : bool
리턴 bool

CacheEntry() 공개 메소드

public CacheEntry ( MemoryMappedViewAccessor view, long offset, uint size ) : System
view System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
offset long
size uint
리턴 System

RemoveRef() 공개 메소드

public RemoveRef ( ) : void
리턴 void

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public SafeBuffer,System.Runtime.InteropServices Buffer
리턴 System.Runtime.InteropServices.SafeBuffer

CreatedWhen 공개적으로 프로퍼티

public long CreatedWhen
리턴 long

Offset 공개적으로 프로퍼티

public long Offset
리턴 long

Pointer 공개적으로 프로퍼티

public byte* Pointer
리턴 byte*

PointerOffset 공개적으로 프로퍼티

public long PointerOffset
리턴 long

Size 공개적으로 프로퍼티

public uint Size
리턴 uint

View 공개적으로 프로퍼티

public MemoryMappedViewAccessor,System.IO.MemoryMappedFiles View
리턴 System.IO.MemoryMappedFiles.MemoryMappedViewAccessor