_MethodInfo.ReflectedType プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、ReflectedTypeプロパティです。

public:
 property Type ^ ReflectedType { Type ^ get(); };
public Type ReflectedType { get; }
member this.ReflectedType : Type
Public ReadOnly Property ReflectedType As Type

プロパティ値

この Type オブジェクトを取得するために使用した MemberInfo オブジェクト。

注釈

このプロパティは、アンマネージ コードからマネージド クラスにアクセスするためのプロパティであり、マネージド コードから呼び出さないでください。

プロパティは ReflectedType 、この MemberInfo オブジェクトを取得するために使用されたクラス オブジェクトを取得します。

適用対象