PexUseTypeHintsAttributeBase.GetTypeDefinitions 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 type definitions.
protected:
abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeDefinition ^> ^ GetTypeDefinitions(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition> GetTypeDefinitions (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member GetTypeDefinitions : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>
Protected MustOverride Function GetTypeDefinitions (host As IPexExplorationComponent) As IIndexable(Of TypeDefinition)
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
The host.
Returns
Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeDefinition>