IMultiTargetingSupportService Interface
Provides multi-targeting for Windows Workflow Designer hosts.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The IMultiTargetingSupportService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetReflectionAssembly | Returns the currently loaded assembly given the assembly name. |
![]() | GetRuntimeType | Gets the runtime type that corresponds to the specified type. |
![]() | IsSupportedType | Returns a value that indicates whether the specified type is supported. |
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.
This interface is implemented and used internally by designer components to resolve .NET Framework assemblies in a multi-targeting aware fashion within the Visual Studio 2010 hosting application. The designer components use the implementation of this interface only when additional assemblies need to be loaded dynamically into the editing AppDomain.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
