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 

字段值

属性

适用于