JSMethodInfo.DeclaringType 屬性

定義

取得宣告這個方法的型別。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

宣告這個成員之類別的 Type 物件。

適用於

另請參閱