Click or drag to resize
ConstructorInfo Fields

The ConstructorInfo type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberConstructorName
Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.
Public fieldStatic memberTypeConstructorName
Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.
Top
See Also