IMultiTargetingSupportService Interface
Definição
Fornece vários destinos para os hosts do Designer de Fluxo de Trabalho do Windows.Provides multi-targeting for Windows Workflow Designer hosts.
public interface class IMultiTargetingSupportService
public interface IMultiTargetingSupportService
type IMultiTargetingSupportService = interface
Public Interface IMultiTargetingSupportService
- Derivado
Comentários
Multiplataforma é a capacidade de encontrar a versão correta do assembly carregado que corresponde à versão de .NET Framework de destino do projeto de fluxo de trabalho atual no Visual Studio 2010.Multi-targeting is the ability to find the right version of the loaded assembly that corresponds to the target .NET Framework version of the current workflow project in Visual Studio 2010.
Essa interface é implementada e usada internamente pelos componentes do designer do WF para resolver assemblies de .NET Framework em um modo de reconhecimento de vários destinos dentro do aplicativo de hospedagem do Visual Studio 2010.This interface is implemented and used internally by WF designer components to resolve .NET Framework assemblies in a multi-targeting aware fashion within the Visual Studio 2010 hosting application. Os componentes do designer do WF usam a implementação dessa interface somente quando assemblies adicionais precisam ser carregados dinamicamente na edição AppDomain .The WF designer components use the implementation of this interface only when additional assemblies need to be loaded dynamically into the editing AppDomain.
Métodos
| GetReflectionAssembly(AssemblyName) |
Retorna o assembly carregado no momento, considerando o nome do assembly.Returns the currently loaded assembly given the assembly name. |
| GetRuntimeType(Type) |
Obtém o tipo de runtime que corresponde ao tipo especificado.Gets the runtime type that corresponds to the specified type. |
| IsSupportedType(Type) |
Retorna um valor que indica se há suporte para o tipo especificado.Returns a value that indicates whether the specified type is supported. |