BufferRegion {Microsoft.VisualBasic.Data.IO} .NET clr documentation

BufferRegion

Description

A binary data region in the binary raw data file

Declare

            
# namespace Microsoft.VisualBasic.Data.IO
export class BufferRegion {
   nextBlock: integer;
   # the start position of the data region
   position: integer;
   # the region size in bytes
   size: integer;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]