﻿

   TypeName: System.IO.MemoryStream

Name                      MemberType Definition                                                                        
----                      ---------- ----------                                                                        
BeginRead                 Method     System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.Asyn...
BeginWrite                Method     System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.Asy...
Close                     Method     void Close()                                                                      
CopyTo                    Method     void CopyTo(System.IO.Stream destination), void CopyTo(System.IO.Stream destina...
CopyToAsync               Method     System.Threading.Tasks.Task CopyToAsync(System.IO.Stream destination, int buffe...
CreateObjRef              Method     System.Runtime.Remoting.ObjRef CreateObjRef(type requestedType)                   
Dispose                   Method     void Dispose(), void IDisposable.Dispose()                                        
EndRead                   Method     int EndRead(System.IAsyncResult asyncResult)                                      
EndWrite                  Method     void EndWrite(System.IAsyncResult asyncResult)                                    
Equals                    Method     bool Equals(System.Object obj)                                                    
Flush                     Method     void Flush()                                                                      
FlushAsync                Method     System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cance...
GetBuffer                 Method     byte[] GetBuffer()                                                                
GetHashCode               Method     int GetHashCode()                                                                 
GetLifetimeService        Method     System.Object GetLifetimeService()                                                
GetType                   Method     type GetType()                                                                    
InitializeLifetimeService Method     System.Object InitializeLifetimeService()                                         
Read                      Method     int Read(byte[] buffer, int offset, int count)                                    
ReadAsync                 Method     System.Threading.Tasks.Task[int] ReadAsync(byte[] buffer, int offset, int count...
ReadByte                  Method     int ReadByte()                                                                    
Seek                      Method     long Seek(long offset, System.IO.SeekOrigin loc)                                  
SetLength                 Method     void SetLength(long value)                                                        
ToArray                   Method     byte[] ToArray()                                                                  
ToString                  Method     string ToString()                                                                 
TryGetBuffer              Method     bool TryGetBuffer([ref] System.ArraySegment[byte] buffer)                         
Write                     Method     void Write(byte[] buffer, int offset, int count)                                  
WriteAsync                Method     System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, Sy...
WriteByte                 Method     void WriteByte(byte value)                                                        
WriteTo                   Method     void WriteTo(System.IO.Stream stream)                                             
CanRead                   Property   bool CanRead {get;}                                                               
CanSeek                   Property   bool CanSeek {get;}                                                               
CanTimeout                Property   bool CanTimeout {get;}                                                            
CanWrite                  Property   bool CanWrite {get;}                                                              
Capacity                  Property   int Capacity {get;set;}                                                           
Length                    Property   long Length {get;}                                                                
Position                  Property   long Position {get;set;}                                                          
ReadTimeout               Property   int ReadTimeout {get;set;}                                                        
WriteTimeout              Property   int WriteTimeout {get;set;}                                                       


