ITemporaryStreamStorage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Roslyn no longer exports a mechanism to store arbitrary data in-memory.
public interface class ITemporaryStreamStorage : IDisposable
public interface ITemporaryStreamStorage : IDisposable
[System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
public interface ITemporaryStreamStorage : IDisposable
type ITemporaryStreamStorage = interface
interface IDisposable
[<System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")>]
type ITemporaryStreamStorage = interface
interface IDisposable
Public Interface ITemporaryStreamStorage
Implements IDisposable
- 属性
- 实现
方法
ReadStream(CancellationToken) | |
ReadStreamAsync(CancellationToken) | |
WriteStream(Stream, CancellationToken) | |
WriteStreamAsync(Stream, CancellationToken) |