ConstructorInfo Properties
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Attributes | Gets the attributes associated with this method. (Inherited from MethodBase.) |
| CallingConvention | Gets a value indicating the calling conventions for this method. (Inherited from MethodBase.) |
| ContainsGenericParameters | Gets a value indicating whether the generic method contains unassigned generic type parameters. (Inherited from MethodBase.) |
| DeclaringType | Gets the class that declares this member. (Inherited from MemberInfo.) |
| IsAbstract | Gets a value indicating whether the method is abstract. (Inherited from MethodBase.) |
| IsAssembly | Gets a value indicating whether this method can be called by other classes in the same assembly. (Inherited from MethodBase.) |
| IsConstructor | Gets a value indicating whether the method is a constructor. (Inherited from MethodBase.) |
| IsFamily | Gets a value indicating whether access to this method is restricted to members of the class and members of its derived classes. (Inherited from MethodBase.) |
| IsFamilyAndAssembly | Gets a value indicating whether this method can be called by derived classes if they are in the same assembly. (Inherited from MethodBase.) |
| IsFamilyOrAssembly | Gets a value indicating whether this method can be called by derived classes, wherever they are, and by all classes in the same assembly. (Inherited from MethodBase.) |
| IsFinal | Gets a value indicating whether this method is final. (Inherited from MethodBase.) |
| IsGenericMethod | Gets a value indicating whether the method is generic. (Inherited from MethodBase.) |
| IsGenericMethodDefinition | Gets a value indicating whether the method is a generic method definition. (Inherited from MethodBase.) |
| IsHideBySig | Gets a value indicating whether only a member of the same kind with exactly the same signature is hidden in the derived class. (Inherited from MethodBase.) |
| IsPrivate | Gets a value indicating whether this member is private. (Inherited from MethodBase.) |
| IsPublic | Gets a value indicating whether this is a public method. (Inherited from MethodBase.) |
| IsSpecialName | Gets a value indicating whether this method has a special name. (Inherited from MethodBase.) |
| IsStatic | Gets a value indicating whether the method is static. (Inherited from MethodBase.) |
| IsVirtual | Gets a value indicating whether the method is virtual. (Inherited from MethodBase.) |
| MemberType | Overridden. Gets a MemberTypes value indicating that this member is a constructor. |
| MetadataToken | Gets a value that identifies a metadata element. (Inherited from MemberInfo.) |
| MethodHandle | Gets a handle to the internal metadata representation of a method. (Inherited from MethodBase.) |
| Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.) |
| Name | Gets the name of the current member. (Inherited from MemberInfo.) |
| ReflectedType | Gets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.) |