MethodBuilder.ReflectedType プロパティ

定義

リフレクションでこのオブジェクトを取得するために使用されたクラスを取得します。

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

プロパティ値

読み取り専用。 このメソッドを取得するために使用される型。

適用対象