C# Class dnSpy.Hex.HexCachedBufferStreamImpl.CachedPage

Afficher le fichier Open project: 0xd4d/dnSpy

Méthodes publiques

Свойство Type Description
Data byte[]
DataSize int
Index int
IsInitialized bool
Offset ulong

Méthodes publiques

Méthode Description
CachedPage ( int index, int size ) : System

Method Details

CachedPage() public méthode

public CachedPage ( int index, int size ) : System
index int
size int
Résultat System

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

DataSize public_oe property

public int DataSize
Résultat int

Index public_oe property

public int Index
Résultat int

IsInitialized public_oe property

public bool IsInitialized
Résultat bool

Offset public_oe property

public ulong Offset
Résultat ulong