ParameterDescriptor クラス

定義

パラメーターを説明する情報を格納します。

public abstract class ParameterDescriptor : System.Reflection.ICustomAttributeProvider
type ParameterDescriptor = class
    interface ICustomAttributeProvider
Public MustInherit Class ParameterDescriptor
Implements ICustomAttributeProvider
継承
ParameterDescriptor
派生
実装

コンストラクター

ParameterDescriptor()

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

プロパティ

ActionDescriptor

アクション記述子を取得します。

BindingInfo

バインディング情報を取得します。

DefaultValue

パラメーターの既定値を取得します。

ParameterName

パラメーターの名前を取得します。

ParameterType

パラメーターの型を取得します。

メソッド

GetCustomAttributes(Boolean)

このメンバーに定義されているカスタム属性の配列を返します (名前付き属性を除く)。

GetCustomAttributes(Type, Boolean)

型で識別される、このメンバーに対して定義されているカスタム属性の配列を返します。

IsDefined(Type, Boolean)

このメンバーにカスタム属性の型のインスタンスが 1 つ以上定義されているかどうかを示します。

適用対象