The properties of the ConstructorInfo class are listed below. For a complete list of ConstructorInfo class members, see the ConstructorInfo Members topic.
Attributes (inherited from MethodBase) | Retrieves the attributes for this method. |
CallingConvention (inherited from MethodBase) | Retrieves the calling conventions for this method. |
DeclaringType (inherited from MemberInfo) | Retrieves the class that declares this member. |
IsAbstract (inherited from MethodBase) | Retrieves whether this is an abstract method. |
IsAssembly (inherited from MethodBase) | Retrieves whether this is an abstract method. |
IsConstructor (inherited from MethodBase) | If set, the method is a constructor. |
IsFamily (inherited from MethodBase) | If set, this method can be called by all subclasses, wherever they are, but not by unrelated classes. |
IsFamilyAndAssembly (inherited from MethodBase) | If set, this method can be called by subclasses if they are in the same assembly. |
IsFamilyOrAssembly (inherited from MethodBase) | If set, this method can be called by subclasses, wherever they are, and by all classes in the same assembly. |
IsFinal (inherited from MethodBase) | If set, this method cannot be overridden by a subclass. |
IsHideBySig (inherited from MethodBase) | [To be supplied.] |
IsPrivate (inherited from MethodBase) | If set, this method can be called only by other members of the class itself. |
IsPublic (inherited from MethodBase) | Retrieves whether this is a public method. |
IsSpecialName (inherited from MethodBase) | If set, this method has a special name. |
IsStatic (inherited from MethodBase) | If set, the method is static. |
IsVirtual (inherited from MethodBase) | Retrieves a value indicating whether the method is virtual. |
MemberType | Specifies the type of this member this instance reflects. |
MethodHandle (inherited from MethodBase) | [To be supplied]. |
Name (inherited from MemberInfo) | Retrieves the name of this member. |
ReflectedType (inherited from MemberInfo) | Retrieves the class object that was used to obtain this instance of MemberInfo. |