PexFocusOnAssemblyAttribute.GetUncachedIncludedAssemblies(IPexLog) Method
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.
Gets the uncached included assemblies.
protected:
override Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::AssemblyEx ^> ^ GetUncachedIncludedAssemblies(Microsoft::Pex::Engine::Logging::IPexLog ^ log);
protected override Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.AssemblyEx> GetUncachedIncludedAssemblies (Microsoft.Pex.Engine.Logging.IPexLog log);
override this.GetUncachedIncludedAssemblies : Microsoft.Pex.Engine.Logging.IPexLog -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.AssemblyEx>
Protected Overrides Function GetUncachedIncludedAssemblies (log As IPexLog) As IIndexable(Of AssemblyEx)
Parameters
- log
- Microsoft.Pex.Engine.Logging.IPexLog
Returns
Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.AssemblyEx>