This documentation is archived and is not being maintained.

IMultiTargetingSupportService Interface

Provides multi-targeting for Windows Workflow Designer hosts.

Namespace:  System.Activities.Presentation.Hosting
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public interface class IMultiTargetingSupportService

The IMultiTargetingSupportService type exposes the following members.

  NameDescription
Public methodGetReflectionAssemblyReturns the currently loaded assembly given the assembly name.
Public methodGetRuntimeTypeGets the runtime type that corresponds to the specified type.
Public methodIsSupportedTypeReturns a value that indicates whether the specified type is supported.
Top

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.

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

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.
Show: