ReadCache コンストラクター

定義

オーバーロード

ReadCache(IContentFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedStreamFactory, Boolean, PrefetchSet)
ReadCache(IRefCountedXmlReaderFactory, Boolean, PrefetchSet)

ReadCache(IContentFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IContentFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IContentFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IContentFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

パラメーター

addRef
Boolean
prefetchSet
PrefetchSet

適用対象

ReadCache(IRefCountedStreamFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IRefCountedStreamFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IRefCountedStreamFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

パラメーター

addRef
Boolean
prefetchSet
PrefetchSet

適用対象

ReadCache(IRefCountedXmlReaderFactory, Boolean, PrefetchSet)

public:
 ReadCache(Microsoft::XLANGs::RuntimeTypes::IRefCountedXmlReaderFactory ^ source, bool addRef, Microsoft::XLANGs::RuntimeTypes::PrefetchSet ^ prefetchSet);
public ReadCache (Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory source, bool addRef, Microsoft.XLANGs.RuntimeTypes.PrefetchSet prefetchSet);
new Microsoft.XLANGs.RuntimeTypes.ReadCache : Microsoft.XLANGs.RuntimeTypes.IRefCountedXmlReaderFactory * bool * Microsoft.XLANGs.RuntimeTypes.PrefetchSet -> Microsoft.XLANGs.RuntimeTypes.ReadCache

パラメーター

addRef
Boolean
prefetchSet
PrefetchSet

適用対象