The properties of System.Reflection.Emit.ConstructorBuilder are listed below. For a list of all members, see the ConstructorBuilder Members list.
See Also: Inherited members from System.Reflection.ConstructorInfo
[read-only] override | Attributes | System.Reflection.MethodAttributes.
Retrieves the attributes for this constructor. |
[read-only] override | CallingConvention | System.Reflection.CallingConventions.
Gets a System.Reflection.CallingConventions value that depends on whether the declaring type is generic. |
[read-only] override | DeclaringType | Type.
Retrieves a reference to the Type object for the type that declares this member. |
InitLocals | bool.
Gets or sets whether the local variables in this constructor should be zero-initialized. | |
[read-only] override | MethodHandle | RuntimeMethodHandle.
Retrieves the internal handle for the method. Use this handle to access the underlying metadata handle. |
[read-only] override | Module | System.Reflection.Module.
Gets the dynamic module in which this constructor is defined. |
[read-only] override | Name | string.
Retrieves the name of this constructor. |
[read-only] override | ReflectedType | Type.
Holds a reference to the Type object from which this object was obtained. |
[read-only] | ReturnType | Type.
Gets null. |
[read-only] | Signature | string.
Retrieves the signature of the field in the form of a string. |