The members of System.Reflection.ConstructorInfo are listed below.
See Also: Inherited members from System.Reflection.MethodBase
Initializes a new instance of the System.Reflection.ConstructorInfo class. |
static readonly | ConstructorName | string (.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 | TypeConstructorName | string (.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. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is a constructor. |
override | Equals(object)
| |
override | GetHashCode()
| |
GetType()Documentation for this section has not yet been entered. | ||
Invoke(object[])
| ||
abstract | Invoke(BindingFlags, Binder, object[], System.Globalization.CultureInfo)
|
static | Equality(ConstructorInfo, ConstructorInfo) |
Indicates whether two System.Reflection.ConstructorInfo objects are equal. |
static | Inequality(ConstructorInfo, ConstructorInfo) |
Indicates whether two System.Reflection.ConstructorInfo objects are not equal. |