dnSpy.Contracts.Hex.HexBuffer.ReadBytes C# (CSharp) Метод

ReadBytes() публичный абстрактный Метод

Reads bytes
public abstract ReadBytes ( HexPosition position, ulong length ) : byte[]
position HexPosition Position
length ulong Number of bytes to read
Результат byte[]
		public abstract byte[] ReadBytes(HexPosition position, ulong length);

Same methods

HexBuffer::ReadBytes ( HexPosition position, long length ) : byte[]
HexBuffer::ReadBytes ( HexSpan span ) : byte[]
HexBuffer::ReadBytes ( HexPosition position, byte destination ) : void
HexBuffer::ReadBytes ( HexPosition position, byte destination, long destinationIndex, long length ) : void