IIUnknownCacheStrategy 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.
Important
This API is not CLS-compliant.
Defines an unmanaged virtual method table look up strategy.
public interface class IIUnknownCacheStrategy
[System.CLSCompliant(false)]
public interface IIUnknownCacheStrategy
[<System.CLSCompliant(false)>]
type IIUnknownCacheStrategy = interface
Public Interface IIUnknownCacheStrategy
- Attributes
Methods
Clear(IIUnknownStrategy) |
Clears the cache. |
ConstructTableInfo(RuntimeTypeHandle, IIUnknownDerivedDetails, Void*) |
Constructs a IIUnknownCacheStrategy.TableInfo instance. |
TryGetTableInfo(RuntimeTypeHandle, IIUnknownCacheStrategy+TableInfo) |
Tries to get the associated IIUnknownCacheStrategy.TableInfo. |
TrySetTableInfo(RuntimeTypeHandle, IIUnknownCacheStrategy+TableInfo) |
Tries to set the associated IIUnknownCacheStrategy.TableInfo. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.