ConstructorInfo.ConstructorName 字段

定义

表示类构造函数方法的名称,因为它存储在元数据中。 此名称始终为“.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 

字段值

属性

适用于