PexFocusOnAttributeBase.GetUncachedIncludedMethods(IPexLog) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取未缓存的包含方法。
protected:
abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::MethodDefinition ^> ^ GetUncachedIncludedMethods(Microsoft::Pex::Engine::Logging::IPexLog ^ log);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition> GetUncachedIncludedMethods (Microsoft.Pex.Engine.Logging.IPexLog log);
abstract member GetUncachedIncludedMethods : Microsoft.Pex.Engine.Logging.IPexLog -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>
Protected MustOverride Function GetUncachedIncludedMethods (log As IPexLog) As IIndexable(Of MethodDefinition)
参数
- log
- Microsoft.Pex.Engine.Logging.IPexLog
返回
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.MethodDefinition>