PexUseTypesAttributeBase.GetTypes(IPexComponent) 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 types.
protected:
abstract Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ GetTypes(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected abstract Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx> GetTypes (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
abstract member GetTypes : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx>
Protected MustOverride Function GetTypes (host As IPexComponent) As IIndexable(Of TypeEx)
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
The host.
Returns
Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.ExtendedReflection.Metadata.TypeEx>