Alan McGovern wrote:
> Hey,
>
[snip]
> --
> Alex
> PS: is there more appropriate way to increment IntPtr value w/o
> using ToInt64()?
>
>
> You could use a loop and Marshal.ReadByte (IntPtr ptr, int offset);
For this purpose, yes. But what would you do if amount of data to read
is, say megabyte or more?