ConstructorInfo Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ConstructorInfo type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Attributes Gets the attributes associated with this method. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CallingConvention Gets a value that indicates the calling conventions for this method. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ContainsGenericParameters Gets a value that indicates whether the generic method contains unassigned generic type parameters. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DeclaringType Gets the class that declares this member. (Inherited from MemberInfo.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAbstract Gets a value that indicates whether the method is abstract (MustInherit in Visual Basic). (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAssembly Gets a value that indicates whether the potential visibility of this method or constructor is described by MethodAttributes.Assembly; that is, the method or constructor is visible at most to other types in the same assembly, and is not visible to derived types outside the assembly. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsConstructor Gets a value that indicates whether the method is a constructor. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsFamily Gets a value that indicates whether the visibility of this method or constructor is described by MethodAttributes.Family; that is, the method or constructor is visible only within its class and derived classes. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsFamilyAndAssembly Gets a value that indicates whether the visibility of this method or constructor is described by MethodAttributes.FamANDAssem; that is, the method or constructor can be called by derived classes, but only if they are in the same assembly. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsFamilyOrAssembly Gets a value that indicates whether the potential visibility of this method or constructor is described by MethodAttributes.FamORAssem; that is, the method or constructor can be called by derived classes wherever they are, and by classes in the same assembly. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsFinal Gets a value that indicates whether this method is final (NotOverridable in Visual Basic). (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsGenericMethod Gets a value that indicates whether the method is generic. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsGenericMethodDefinition Gets a value that indicates whether the method is a generic method definition. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsHideBySig Gets a value that indicates whether only a member of the same kind with exactly the same signature is hidden in the derived class. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPrivate Gets a value that indicates whether this member is private. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsPublic Gets a value that indicates whether this is a public method. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsSpecialName Gets a value that indicates whether this method has a special name. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsStatic Gets a value that indicates whether the method is static (Shared in Visual Basic). (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsVirtual Gets a value that indicates whether the method is virtual (Overridable in Visual Basic). (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MemberType Gets a MemberTypes value indicating that this member is a constructor. (Overrides MemberInfo.MemberType.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MetadataToken Gets a value that identifies a metadata element. (Inherited from MemberInfo.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 MethodHandle Gets a handle to the internal metadata representation of a method. (Inherited from MethodBase.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Module Gets the module in which the type that declares the member represented by the current MemberInfo is defined. (Inherited from MemberInfo.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the name of the current member. (Inherited from MemberInfo.)
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ReflectedType Gets the class object that was used to obtain this instance of MemberInfo. (Inherited from MemberInfo.)

Top