Share via


IRefCountedStreamFactory Interface

Definition

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
Derived
Implements

Properties

RefCount (Inherited from IRefCounted)

Methods

AddRef() (Inherited from IRefCounted)
CreateStream() (Inherited from IStreamFactory)
Dispose() (Inherited from IRefCounted)
Release() (Inherited from IRefCounted)

Applies to