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)

適用対象