TypeDelegator.GetProperties メソッド
オーバーロードの一覧
この TypeDelegator で定義されているプロパティを表す PropertyInfo オブジェクトの配列を返します。
[Visual Basic] Overloads Overrides Public Function GetProperties(BindingFlags) As PropertyInfo() Implements IReflect.GetProperties
[C#] public override PropertyInfo[] GetProperties(BindingFlags);
[JScript] public override function GetProperties(BindingFlags) : PropertyInfo[];
Type から継承されます。
[Visual Basic] Overloads Public Function GetProperties() As PropertyInfo()
参照
TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間