// Assembly: mscorlib
// Full name: System.IO.PinnedBufferMemoryStream

namespace System.IO
{
public class PinnedBufferMemoryStream // TypeDefIndex: 4897
{
	// Fields
	type#12861 _array;
	type#18829 _pinningHandle;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#12860 array) { }
	// RVA: -1
	public virtual type#20867 Read(type#10216 buffer) { }
	// RVA: -1
	public virtual type#28660 Write(type#10091 buffer) { }
	// RVA: -1
	protected virtual type#28660 Finalize() { }
	// RVA: -1
	protected virtual type#28660 Dispose(type#15313 disposing) { }
}
}
