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

屬性值

唯讀。 取得此方法所使用的類型。

適用於