This topic has not yet been rated - Rate this topic

ConstructorInfo Members

Discovers the attributes of a class constructor and provides access to constructor metadata.

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

  Name Description
Protected method Supported by the .NET Compact Framework ConstructorInfo Initializes a new instance of the ConstructorInfo class.
Top
  Name Description
Public field Static Supported by the .NET Compact Framework ConstructorName Represents the name of the class constructor method as it is stored in metadata. This name is always ".ctor". This field is read-only.
Public field Static Supported by the .NET Compact Framework TypeConstructorName Represents the name of the type constructor method as it is stored in metadata. This name is always ".cctor". This property is read-only.
Top
  Name Description
Public property Supported by the .NET Compact Framework Attributes  Gets the attributes associated with this method.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework CallingConvention  Gets a value indicating the calling conventions for this method.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework ContainsGenericParameters  Gets a value indicating whether the generic method contains unassigned generic type parameters.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework DeclaringType  Gets the class that declares this member.(Inherited from MemberInfo.)
Public property Supported by the .NET Compact Framework IsAbstract  Gets a value indicating whether the method is abstract.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsAssembly  Gets a value indicating whether this method can be called by other classes in the same assembly.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsConstructor  Gets a value indicating whether the method is a constructor.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework 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.)
Public property Supported by the .NET Compact Framework IsFamilyAndAssembly  Gets a value indicating whether this method can be called by derived classes if they are in the same assembly.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework 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.)
Public property Supported by the .NET Compact Framework IsFinal  Gets a value indicating whether this method is final.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsGenericMethod  Gets a value indicating whether the method is generic.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsGenericMethodDefinition  Gets a value indicating whether the method is a generic method definition.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework 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.)
Public property Supported by the .NET Compact Framework IsPrivate  Gets a value indicating whether this member is private.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsPublic  Gets a value indicating whether this is a public method.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsSpecialName  Gets a value indicating whether this method has a special name.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsStatic  Gets a value indicating whether the method is static.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework IsVirtual  Gets a value indicating whether the method is virtual.(Inherited from MethodBase.)
Public property Supported by the .NET Compact Framework MemberType Overridden. Gets a MemberTypes value indicating that this member is a constructor.
Public property MetadataToken  Gets a value that identifies a metadata element.(Inherited from MemberInfo.)
Public property Supported by the .NET Compact Framework MethodHandle  Gets a handle to the internal metadata representation of a method.(Inherited from MethodBase.)
Public property Module  Gets the module in which the type that declares the member represented by the current MemberInfo is defined.(Inherited from MemberInfo.)
Public property Supported by the .NET Compact Framework Name  Gets the name of the current member.(Inherited from MemberInfo.)
Public property Supported by the .NET Compact Framework ReflectedType  Gets the class object that was used to obtain this instance of MemberInfo.(Inherited from MemberInfo.)
Top
(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method Static GetCurrentMethod  Returns a MethodBase object representing the currently executing method. (Inherited from MethodBase.)
Public method Supported by the .NET Compact Framework GetCustomAttributes  Overloaded. When overridden in a derived class, returns all attributes applied to this member. (Inherited from MemberInfo.)
Public method Supported by the .NET Compact Framework GetGenericArguments  Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition. (Inherited from MethodBase.)
Public method Supported by the .NET Compact Framework GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetMethodBody  When overridden in a derived class, gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for the current method. (Inherited from MethodBase.)
Public method Static Supported by the .NET Compact Framework GetMethodFromHandle  Overloaded. Gets method information using the specified handle. (Inherited from MethodBase.)
Public method GetMethodImplementationFlags  When overridden in a derived class, returns the MethodImplAttributes flags. (Inherited from MethodBase.)
Public method Supported by the .NET Compact Framework GetParameters  When overridden in a derived class, gets the parameters of the specified method or constructor. (Inherited from MethodBase.)
Public method Supported by the .NET Compact Framework GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework Invoke Overloaded. Invokes the constructor reflected by this instance.
Public method Supported by the .NET Compact Framework IsDefined  When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member. (Inherited from MemberInfo.)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top
  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top
  Name Description
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.GetIDsOfNames Maps a set of names to a corresponding set of dispatch identifiers.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.GetType Gets a Type object representing the ConstructorInfo type.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.GetTypeInfo Retrieves the type information for an object, which can then be used to get the type information for an interface.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.GetTypeInfoCount Retrieves the number of type information interfaces that an object provides (either 0 or 1).
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.Invoke Provides access to properties and methods exposed by an object.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.Invoke_2 For a description of this member, see Invoke_2.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.Invoke_3 For a description of this member, see Invoke_3.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.Invoke_4 For a description of this member, see Invoke_4.
Explicit interface implementation Method System.Runtime.InteropServices._ConstructorInfo.Invoke_5 For a description of this member, see Invoke_5.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ