Retrieves the name of the class constructor method as it is stored in metadata. This name is always ".ctor"
[Visual Basic] Public Shared ReadOnly ConstructorName As String [C#] public static readonly string ConstructorName; [C++] public: static readonly String* ConstructorName; [JScript] public static var ConstructorName : String;
ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace