PexCreatableAttributeBase.TryInstantiate(IPexExplorationComponent, TypeEx[], IPexCreatable) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tenta instanciar essa definição com os argumentos especificados.
public:
abstract bool TryInstantiate(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, cli::array <Microsoft::ExtendedReflection::Metadata::TypeEx ^> ^ genericTypeArguments, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Creatable::IPexCreatable ^ % creatable);
public abstract bool TryInstantiate (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, Microsoft.ExtendedReflection.Metadata.TypeEx[] genericTypeArguments, out Microsoft.Pex.Engine.Creatable.IPexCreatable creatable);
abstract member TryInstantiate : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * Microsoft.ExtendedReflection.Metadata.TypeEx[] * IPexCreatable -> bool
Public MustOverride Function TryInstantiate (host As IPexExplorationComponent, genericTypeArguments As TypeEx(), ByRef creatable As IPexCreatable) As Boolean
Parâmetros
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
O host.
- genericTypeArguments
- Microsoft.ExtendedReflection.Metadata.TypeEx[]
Os argumentos de tipo.
- creatable
- Microsoft.Pex.Engine.Creatable.IPexCreatable
O creatable.
Retornos
Implementações
Microsoft.Pex.Engine.Creatable.IPexCreatableDefinition.TryInstantiate(Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent,Microsoft.ExtendedReflection.Metadata.TypeEx[],Microsoft.Pex.Engine.Creatable.IPexCreatable@)