Writes a range of bytes to the current stream, and advances the current position within this stream by the number of bytes written.
シンタックス
'宣言
Public Overloads Sub WriteRange( _
ByVal As System.IntPtr, _
ByVal As System.Long _
)
public void WriteRange(
System.IntPtr ,
System.long
)
パラメータ
- source
- A pointer to the location to start copying from.
- count
- The number of bytes to copy from source to the current stream.
例外
例外 | 解説 |
System.NotSupportedException | This stream does not support writing. |
参照