The members of System.Reflection.Emit.ConstructorBuilder are listed below.
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. |
AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
| ||
DefineParameter(int, System.Reflection.ParameterAttributes, string)
| ||
override | GetCustomAttributes(bool)
| |
override | GetCustomAttributes(Type, bool)
| |
GetILGenerator()
| ||
GetILGenerator(int)
| ||
override | GetMethodImplementationFlags()
| |
GetModule()
| ||
override | GetParameters()
| |
GetToken()
| ||
override | Invoke(System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
| |
override | Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
| |
override | IsDefined(Type, bool)
| |
SetCustomAttribute(CustomAttributeBuilder)
| ||
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
| ||
SetImplementationFlags(System.Reflection.MethodImplAttributes)
| ||
SetSymCustomAttribute(string, byte[])
| ||
override | ToString()
|
System.Runtime.InteropServices._ConstructorBuilder.GetIDsOfNames | Documentation for this section has not yet been entered. | |
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 | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._ConstructorBuilder.Invoke | Documentation for this section has not yet been entered. |