IRefCountedStreamFactory 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface class IRefCountedStreamFactory : Microsoft::XLANGs::BaseTypes::IStreamFactory, Microsoft::XLANGs::RuntimeTypes::IRefCounted
public interface IRefCountedStreamFactory : Microsoft.XLANGs.BaseTypes.IStreamFactory, Microsoft.XLANGs.RuntimeTypes.IRefCounted
type IRefCountedStreamFactory = interface
interface IRefCounted
interface IStreamFactory
Public Interface IRefCountedStreamFactory
Implements IRefCounted, IStreamFactory
- 派生
- 实现
属性
RefCount | (继承自 IRefCounted) |
方法
AddRef() | (继承自 IRefCounted) |
CreateStream() | (继承自 IStreamFactory) |
Dispose() | (继承自 IRefCounted) |
Release() | (继承自 IRefCounted) |