PexClassAttribute.CreateFixtures(PexAssembly, TypeEx) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建装置。
public:
Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::Pex::Engine::PexFixture ^> ^ CreateFixtures(Microsoft::Pex::Engine::PexAssembly ^ assembly, Microsoft::ExtendedReflection::Metadata::TypeEx ^ type);
public Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture> CreateFixtures (Microsoft.Pex.Engine.PexAssembly assembly, Microsoft.ExtendedReflection.Metadata.TypeEx type);
member this.CreateFixtures : Microsoft.Pex.Engine.PexAssembly * Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture>
Public Function CreateFixtures (assembly As PexAssembly, type As TypeEx) As IIndexable(Of PexFixture)
参数
- assembly
- Microsoft.Pex.Engine.PexAssembly
程序集。
- type
- Microsoft.ExtendedReflection.Metadata.TypeEx
类型。
返回
- Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture>