Mono Class Library: OverviewSystem.Reflection.ConstructorInfo: Members |
The members of System.Reflection.ConstructorInfo are listed below.
See Also: Inherited members from System.Reflection.MethodBase
Constructs a new instance of the System.Reflection.ConstructorInfo class.
static readonlyConstructorName string (.ctor). A string containing the name of an object constructor as it is stored in metadata. static readonlyTypeConstructorName string (.cctor). A string containing the name of a type initializer as it is stored in metadata.
[read-only] overrideMemberType MemberTypes. Documentation for this section has not yet been entered.
GetType() : Type Documentation for this section has not yet been entered.Invoke(object[]) : object Invokes the constructor reflected by the current instance using the specified parameters. abstractInvoke(BindingFlags, Binder, object[], System.Globalization.CultureInfo) : object Invokes the constructor reflected by the current instance using the specified arguments, under the constraints of the specified System.Reflection.Binder .
System.Runtime.InteropServices._ConstructorInfo.GetIDsOfNames Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.GetTypeInfo Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.GetTypeInfoCount Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.Invoke Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.Invoke_2 Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.Invoke_3 Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.Invoke_4 Documentation for this section has not yet been entered. System.Runtime.InteropServices._ConstructorInfo.Invoke_5 Documentation for this section has not yet been entered.