Constructor MemoryBinaryReader MemoryBinaryReader(byte*, long) Initializes and returns an instance of MemoryBinaryReader. Declaration public MemoryBinaryReader(byte* content, long length) Parameters Type Name Description byte* content A pointer to the data to read. long length The length of the data to read.