dnSpy.Contracts.Hex.HexBuffer.ReadBytes C# (CSharp) 메소드

ReadBytes() 공개 추상적인 메소드

Reads bytes
public abstract ReadBytes ( HexPosition position, long length ) : byte[]
position HexPosition Position
length long Number of bytes to read
리턴 byte[]
		public abstract byte[] ReadBytes(HexPosition position, long length);

Same methods

HexBuffer::ReadBytes ( HexPosition position, ulong 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