C# Class dnSpy.Hex.HexCachedBufferStreamImpl.CachedPage

Mostra file Open project: 0xd4d/dnSpy

Public Properties

Property Type Description
Data byte[]
DataSize int
Index int
IsInitialized bool
Offset ulong

Public Methods

Method Description
CachedPage ( int index, int size ) : System

Method Details

CachedPage() public method

public CachedPage ( int index, int size ) : System
index int
size int
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

DataSize public_oe property

public int DataSize
return int

Index public_oe property

public int Index
return int

IsInitialized public_oe property

public bool IsInitialized
return bool

Offset public_oe property

public ulong Offset
return ulong