共用方式為


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

適用於