ConstructorBuilder Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| AddDeclarativeSecurity | Adds declarative security to this constructor. |
| DefineParameter | Defines a parameter of this constructor. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetCurrentMethod | Returns a MethodBase object representing the currently executing method. (Inherited from MethodBase.) |
| GetCustomAttributes | Overloaded. Overridden. Returns the custom attributes defined for this constructor. |
| 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.) |
| 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.) |
| GetILGenerator | Overloaded. Gets an ILGenerator that can be used to emit a method body for this constructor. |
| 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.) |
| GetMethodFromHandle | Overloaded. Gets method information using the specified handle. (Inherited from MethodBase.) |
| GetMethodImplementationFlags | Overridden. Returns the method implementation flags for this constructor. |
| GetModule | Returns a reference to the module that contains this constructor. |
| GetParameters | Overridden. Returns the parameters of this constructor. |
| GetToken | Returns the MethodToken that represents the token for this constructor. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Invoke | Overloaded. Invokes the constructor dynamically reflected by this instance. |
| IsDefined | Overridden. Checks if the specified custom attribute type is defined. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| SetCustomAttribute | Overloaded. Sets a custom attribute. |
| SetImplementationFlags | Sets the method implementation flags for this constructor. |
| SetSymCustomAttribute | Sets this constructor's custom attribute associated with symbolic information. |
| ToString | Overridden. Returns this ConstructorBuilder instance as a String. |
| Name | Description | |
|---|---|---|
| System.Runtime.InteropServices._ConstructorBuilder.GetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. |
| System.Runtime.InteropServices._ConstructorBuilder.GetTypeInfo | Retrieves the type information for an object, which can then be used to get the type information for an interface. |
| System.Runtime.InteropServices._ConstructorBuilder.GetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). |
| System.Runtime.InteropServices._ConstructorBuilder.Invoke | Provides access to properties and methods exposed by an object. |