'宣言 Function Read( _ ByVal buffer As System.IntPtr, _ ByVal numberOfBytesToRead As System.Integer _ ) As System.Integer
System.int Read( System.IntPtr buffer, System.int numberOfBytesToRead )
パラメータ
- buffer
- The read buffer.
- numberOfBytesToRead
- The number of bytes to read.
戻り値の型
The actual number of bytes read from the stream object.