RuntimeDelegateArgument クラス

定義

ランタイムに対する DelegateArgument の特性を記述します。

public ref class RuntimeDelegateArgument sealed
public sealed class RuntimeDelegateArgument
type RuntimeDelegateArgument = class
Public NotInheritable Class RuntimeDelegateArgument
継承
RuntimeDelegateArgument

コンストラクター

RuntimeDelegateArgument(String, Type, ArgumentDirection, DelegateArgument)

指定された名前、データ型、引数の方向、および DelegateArgument を使用して、RuntimeDelegateArgument クラスの新しいインスタンスを初期化します。

プロパティ

BoundArgument

この DelegateArgument によって表される RuntimeDelegateArgument を取得します。

Direction

RuntimeDelegateArgument を通じて指定されるデータ フローの方向を取得します。

Name

RuntimeDelegateArgument の名前を取得します。

Type

RuntimeDelegateArgument のデータ型を取得します。

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象