PexExplorableMutatorAttribute.GetMutatorProvider 方法

定义

获取可探索对象赋值函数。

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)

适用于