ExportDescriptorProvider クラス

定義

コンポジション エンジンに既知のパーツのエクスポートの説明を提供します。

public ref class ExportDescriptorProvider abstract
public abstract class ExportDescriptorProvider
type ExportDescriptorProvider = class
Public MustInherit Class ExportDescriptorProvider
継承
ExportDescriptorProvider

注釈

このクラスのインスタンスは、複数のスレッドによる同時アクセスに対して安全である必要はありません。

コンストラクター

名前 説明
ExportDescriptorProvider()

ExportDescriptorProvider クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
NoDependencies

依存関係がないことを示します。

NoExportDescriptors

エクスポート記述子がないことを示します。

NoMetadata

メタデータがないことを示します。

メソッド

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetExportDescriptors(CompositionContract, DependencyAccessor)

指定したエクスポート キーの promise エクスポート記述子を取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象