C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / Read Method

In This Topic
Read Method (ComStreamProxy)
In This Topic
Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
Syntax
'Declaration
 
Public Function Read( _
   ByVal buffer As System.IntPtr, _
   ByVal numberOfBytesToRead As System.Integer _
) As System.Integer
 

Parameters

buffer
numberOfBytesToRead
See Also