MethodBase.IsConstructor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出方法是否為建構函示。
public:
property bool IsConstructor { bool get(); };
public bool IsConstructor { get; }
[System.Runtime.InteropServices.ComVisible(true)]
public bool IsConstructor { get; }
member this.IsConstructor : bool
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.IsConstructor : bool
Public ReadOnly Property IsConstructor As Boolean
屬性值
如果這個方法是由 ConstructorInfo 物件所表示的建構函式 (請參閱<註解>中有關 ConstructorBuilder 物件的備註),則為 true
,否則為 false
。
實作
- 屬性
備註
注意
除非定義建構函式時,參數中包含 旗標,否則屬性IsConstructor會傳ConstructorBuilder回false
動態類型中的 attributes
物件。MethodAttributes.RTSpecialName 省略 RTSpecialName 旗標不會影響發出之建構函式的正確性。