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