Mono Class Library: Overview

System.Reflection.ConstructorInfo: Members

The members of System.Reflection.ConstructorInfo are listed below.

See Also: Inherited members from System.Reflection.MethodBase

Protected Constructors

Constructs a new instance of the System.Reflection.ConstructorInfo class.

Public Fields

static readonly
ConstructorNamestring (.ctor). A string containing the name of an object constructor as it is stored in metadata.
static readonly
TypeConstructorNamestring (.cctor). A string containing the name of a type initializer as it is stored in metadata.

Public Properties

[read-only]
override
MemberTypeMemberTypes. Documentation for this section has not yet been entered.

Public Methods

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.
abstract
Invoke(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 .

Explicitly Implemented Interface Members

System.Runtime.InteropServices._ConstructorInfo.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.InvokeDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.Invoke_2Documentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.Invoke_3Documentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.Invoke_4Documentation for this section has not yet been entered.
System.Runtime.InteropServices._ConstructorInfo.Invoke_5Documentation for this section has not yet been entered.