IRefCountedStreamFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |