MemoryStream
MemoryStream()
MemoryStream(Byte[])
MemoryStream(Int32)
MemoryStream(Byte[], Boolean)
MemoryStream(Byte[], Int32, Int32)
MemoryStream(Byte[], Int32, Int32, Boolean)
MemoryStream(Byte[], Int32, Int32, Boolean, Boolean)
CanRead
CanSeek
CanWrite
Capacity
Length
Position
BeginRead(Byte[], Int32, Int32, AsyncCallback, Object)
BeginWrite(Byte[], Int32, Int32, AsyncCallback, Object)
Close()
CopyTo(Stream, Int32)
CopyToAsync(Stream, Int32, CancellationToken)
Dispose(Boolean)
EndRead(IAsyncResult)
EndWrite(IAsyncResult)
Flush()
FlushAsync(CancellationToken)
GetBuffer()
ObjectInvariant()
Read(Byte[], Int32, Int32)
Read(Span<Byte>)
ReadAsync(Byte[], Int32, Int32, CancellationToken)
ReadAsync(Memory<Byte>, CancellationToken)
ReadByte()
Seek(Int64, SeekOrigin)
SetLength(Int64)
ToArray()
TryGetBuffer(ArraySegment<Byte>)
Write(Byte[], Int32, Int32)
Write(ReadOnlySpan<Byte>)
WriteAsync(Byte[], Int32, Int32, CancellationToken)
WriteAsync(ReadOnlyMemory<Byte>, CancellationToken)
WriteByte(Byte)
WriteTo(Stream)
GetWindowsRuntimeBuffer(MemoryStream)
GetWindowsRuntimeBuffer(MemoryStream, Int32, Int32)
net40-client
namespace System.IO
{
[ComVisible(true)]
public class MemoryStream : Stream
{
protected override void ObjectInvariant();
}
}
.NET Framework | 4.0 |
---|---|
Information specific to net40-client | |
Assembly | mscorlib , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API