ConstructorInfo Members
The following tables list the members exposed by the ConstructorInfo type.
Protected Constructors
Name | Description | |
---|---|---|
ConstructorInfo | Initializes a new instance of the ConstructorInfo class. |
Public Properties
Name | Description | |
---|---|---|
DeclaringType | (Inherited from MethodBase.) | |
IsAbstract | (Inherited from MethodBase.) | |
IsFinal | (Inherited from MethodBase.) | |
IsPublic | (Inherited from MethodBase.) | |
IsStatic | (Inherited from MethodBase.) | |
IsVirtual | (Inherited from MethodBase.) | |
MemberType | Gets the member type of the current object. | |
Name | (Inherited from MethodBase.) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Invoke | Invokes the constructor reflected by the object that has the specified parameters, and provides default values for the parameters that are not commonly used. | |
Invoke | (Inherited from MethodBase.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |