Language

ExportDescriptorPromise クラス

定義

使用可能なパーツが提供できるエクスポート記述子を表します。

public ref class ExportDescriptorPromise
public class ExportDescriptorPromise
type ExportDescriptorPromise = class
Public Class ExportDescriptorPromise
継承
ExportDescriptorPromise

注釈

この型は、コンテナーのサイクル チェック、適応、コンパイル機能の中心です。

コンストラクター

名前 説明
ExportDescriptorPromise(CompositionContract, String, Boolean, Func<IEnumerable<CompositionDependency>>, Func<IEnumerable<CompositionDependency>, ExportDescriptor>)

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

プロパティ

名前 説明
Contract

この約束によって満たされたコントラクトを取得します。

Dependencies

この約束を果たすために必要な依存関係を取得します。

IsShared

Promise が共有されているかどうかを示す値を取得します。

Origin

読み取り可能なエラーを提供するために使用される Promise の発生元 (パーツの種類など) の説明を取得します。

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetDescriptor()

約束された記述子を取得します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

この ExportDescriptorPromise オブジェクトの文字列形式を返します。

適用対象