Added 'Obsolete' attribute to push users to NativeMemoryStream

pull/60/head
David Hall 2019-04-08 11:41:26 -06:00
parent f18f91950d
commit 180dc255d8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ namespace Vanara.InteropServices
{
/// <summary>A <see cref="Stream"/> derivative for working with unmanaged memory.</summary>
/// <seealso cref="System.IO.Stream"/>
[Obsolete("This class may not be available in future releases. Please replace uses with Vanara.InteropServices.NativeMemoryStream.")]
public class MarshalingStream : Stream
{
private readonly IntPtr ptr;