ConstructorInfo.ConstructorName 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示類別建構函式方法儲存在中繼資料時的名稱。 這個名稱永遠是「.ctor」。 此欄位為唯讀。
public: static initonly System::String ^ ConstructorName;
public static readonly string ConstructorName;
[System.Runtime.InteropServices.ComVisible(true)]
public static readonly string ConstructorName;
staticval mutable ConstructorName : string
[<System.Runtime.InteropServices.ComVisible(true)>]
staticval mutable ConstructorName : string
Public Shared ReadOnly ConstructorName As String
欄位值
- 屬性