Partager via


ConstructorInfo Members

The following tables list the members exposed by the ConstructorInfo type.

Protected Constructors

Name Description
Protected Method ConstructorInfo Initializes a new instance of the ConstructorInfo class.

Public Properties

Name Description
Public Property DeclaringType (Inherited from MethodBase.)
Public Property IsAbstract (Inherited from MethodBase.)
Public Property IsFinal (Inherited from MethodBase.)
Public Property IsPublic (Inherited from MethodBase.)
Public Property IsStatic (Inherited from MethodBase.)
Public Property IsVirtual (Inherited from MethodBase.)
Public Property MemberType Gets the member type of the current object.
Public Property Name (Inherited from MethodBase.)

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method 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.
Public Method Invoke (Inherited from MethodBase.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

ConstructorInfo Class
System.Reflection Namespace