BinaryFile.Bytes Property DefinitionThe raw bytes of the file. public IReadOnlyList<Byte> Bytes { get; } Property ValueIReadOnlyList<Byte>The raw bytes of the file. Last modified: 09 November 2024 BinaryFile Constructors BinaryFile.CreateEntireFilePosition Method