IMultiTargetingSupportService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides multi-targeting for Windows Workflow Designer hosts.
public interface class IMultiTargetingSupportService
public interface IMultiTargetingSupportService
type IMultiTargetingSupportService = interface
Public Interface IMultiTargetingSupportService
- Derived
Remarks
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 WF designer components to resolve .NET Framework assemblies in a multi-targeting aware fashion within the Visual Studio 2010 hosting application. The WF designer components use the implementation of this interface only when additional assemblies need to be loaded dynamically into the editing AppDomain
.
Methods
GetReflectionAssembly(AssemblyName) |
Returns the currently loaded assembly given the assembly name. |
GetRuntimeType(Type) |
Gets the runtime type that corresponds to the specified type. |
IsSupportedType(Type) |
Returns a value that indicates whether the specified type is supported. |