ConstructorInfo Methods
.NET Framework 1.1
The methods of the ConstructorInfo class are listed here. For a complete list of ConstructorInfo class members, see the ConstructorInfo Members topic.
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetCustomAttributes (inherited from MemberInfo)
Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, returns all attributes defined on this member. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetMethodImplementationFlags (inherited from MethodBase) | When overridden in a derived class, returns the MethodImplAttributes flags. |
GetParameters (inherited from MethodBase)
Supported by the .NET Compact Framework. | When overridden in a derived class, gets the parameters of the specified method or constructor. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
Invoke Supported by the .NET Compact Framework. | Overloaded. Invokes the constructor reflected by this instance. |
IsDefined (inherited from MemberInfo)
Supported by the .NET Compact Framework. | When overridden in a derived class, indicates whether one or more instance of attributeType is defined on this member. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
