MultiTargetingSupportService 类

定义

表示多目标支持服务的抽象类。

public ref class MultiTargetingSupportService abstract : System::Activities::Presentation::Hosting::IMultiTargetingSupportService
public abstract class MultiTargetingSupportService : System.Activities.Presentation.Hosting.IMultiTargetingSupportService
type MultiTargetingSupportService = class
    interface IMultiTargetingSupportService
Public MustInherit Class MultiTargetingSupportService
Implements IMultiTargetingSupportService
继承
MultiTargetingSupportService
实现

构造函数

MultiTargetingSupportService()

初始化 MultiTargetingSupportService 类的新实例。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetReflectionAssembly(AssemblyName)

获取指定程序集名称的反射程序集。

GetReflectionType(Type)

获取指定对象类型的反射类型。

GetRuntimeType(Type)

获取给定的反射类型运行时类型。

GetType()

获取当前实例的 Type

(继承自 Object)
IsSupportedType(Type)

检查目标框架是否支持给定类型。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于