次の方法で共有


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)

適用対象