System.Reflection.PortableExecutable.PEBinaryReader struct PEBinaryReader Documentation public int CurrentOffset { get; } public PEBinaryReader(Stream stream, int size) public byte ReadByte() public byte[] ReadBytes(int count) public short ReadInt16() public int ReadInt32() public string ReadNullPaddedUTF8(int byteCount) public ushort ReadUInt16() public uint ReadUInt32() public ulong ReadUInt64() public void Seek(int offset)