IRefCountedStreamFactory 接口

定义

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)

适用于