PexExplorableMutatorAttribute.GetMutatorProvider 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取可探索对象赋值函数。
public:
virtual Microsoft::Pex::Engine::Explorable::IPexExplorableTypeMutatorProvider ^ GetMutatorProvider(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, Microsoft::ExtendedReflection::Metadata::TypeEx ^ explorableType);
public Microsoft.Pex.Engine.Explorable.IPexExplorableTypeMutatorProvider GetMutatorProvider (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, Microsoft.ExtendedReflection.Metadata.TypeEx explorableType);
abstract member GetMutatorProvider : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.Pex.Engine.Explorable.IPexExplorableTypeMutatorProvider
override this.GetMutatorProvider : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.Pex.Engine.Explorable.IPexExplorableTypeMutatorProvider
Public Function GetMutatorProvider (host As IPexExplorationComponent, explorableType As TypeEx) As IPexExplorableTypeMutatorProvider
参数
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
主机。
- explorableType
- Microsoft.ExtendedReflection.Metadata.TypeEx
可探索对象的类型。
返回
- Microsoft.Pex.Engine.Explorable.IPexExplorableTypeMutatorProvider
实现
Microsoft.Pex.Engine.Explorable.IPexExplorableMutatorFactory.GetMutatorProvider(Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent,Microsoft.ExtendedReflection.Metadata.TypeEx)