The properties of System.Reflection.Emit.MethodBuilder are listed below. For a list of all members, see the MethodBuilder Members list.
See Also: Inherited members from System.Reflection.MethodInfo
[read-only] override | Attributes | System.Reflection.MethodAttributes.
Retrieves the attributes for this method. |
[read-only] override | CallingConvention | System.Reflection.CallingConventions.
Returns the calling convention of the method. |
[read-only] override | ContainsGenericParameters | bool.
Not supported for this type. |
[read-only] override | DeclaringType | Type.
Returns the type that declares this method. |
InitLocals | bool.
Gets or sets a Boolean value that specifies whether the local variables in this method are zero initialized. The default value of this property is true. | |
[read-only] override | IsGenericMethod | bool.
Gets a value indicating whether the method is a generic method. |
[read-only] override | IsGenericMethodDefinition | bool.
Gets a value indicating whether the current System.Reflection.Emit.MethodBuilder object represents the definition of a generic method. |
[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 module in which the current method is being defined. |
[read-only] override | Name | string.
Retrieves the name of this method. |
[read-only] override | ReflectedType | Type.
Retrieves the class that was used in reflection to obtain this object. |
[read-only] override | ReturnParameter | System.Reflection.ParameterInfo.
Gets a System.Reflection.ParameterInfo object that contains information about the return type of the method, such as whether the return type has custom modifiers. |
[read-only] override | ReturnType | Type.
Gets the return type of the method represented by this System.Reflection.Emit.MethodBuilder. |
[read-only] override | ReturnTypeCustomAttributes | System.Reflection.ICustomAttributeProvider.
Returns the custom attributes of the method's return type. |
[read-only] | Signature | string.
Retrieves the signature of the method. |