Mono Class Library: System.Reflection.ConstructorInfo Overview | MembersSystem.Reflection.ConstructorInfo.ConstructorName Field |
A string containing the name of an object constructor as it is stored in metadata. [Edit]
Value: .ctor
|
This field is read-only.
This field is a string that contains the value ".ctor". An object constructor will be named with this field if and only if it is not a type initializer.
Note:[Edit]For more information on type initializers, see ConstructorInfo.TypeConstructorName.
For more information on object constructors, see Partition II of the CLI Specification.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0