System.Reflection.Emit.ConstructorBuilder: Property Members

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

Public Properties

[read-only]
override
AttributesSystem.Reflection.MethodAttributes.

Retrieves the attributes for this constructor.

[read-only]
override
CallingConventionSystem.Reflection.CallingConventions.

Gets a System.Reflection.CallingConventions value that depends on whether the declaring type is generic.

[read-only]
override
DeclaringTypeType.

Retrieves a reference to the Type object for the type that declares this member.

InitLocalsbool.

Gets or sets whether the local variables in this constructor should be zero-initialized.

[read-only]
override
MethodHandleRuntimeMethodHandle.

Retrieves the internal handle for the method. Use this handle to access the underlying metadata handle.

[read-only]
override
ModuleSystem.Reflection.Module.

Gets the dynamic module in which this constructor is defined.

[read-only]
override
Namestring.

Retrieves the name of this constructor.

[read-only]
override
ReflectedTypeType.

Holds a reference to the Type object from which this object was obtained.

[read-only]
ReturnTypeType.

Gets null.

[read-only]
Signaturestring.

Retrieves the signature of the field in the form of a string.