System.Reflection.ConstructorInfo: Field Members

The fields of System.Reflection.ConstructorInfo are listed below. For a list of all members, see the ConstructorInfo Members list.

See Also: Inherited members from System.Reflection.MethodBase

Public Fields

static readonly
ConstructorNamestring (.ctor).

Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.

static readonly
TypeConstructorNamestring (.cctor).

Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.