The members of System.Reflection.Emit.MethodBuilder are listed below.
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. |
AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
| ||
CreateMethodBody(byte[], int)
| ||
DefineGenericParameters(params string[])
| ||
DefineParameter(int, System.Reflection.ParameterAttributes, string)
| ||
override | Equals(object)
| |
override | GetBaseDefinition()
| |
override | GetCustomAttributes(bool)
| |
override | GetCustomAttributes(Type, bool)
| |
override | GetGenericArguments()
| |
override | GetGenericMethodDefinition()
| |
override | GetHashCode()
| |
GetILGenerator()
| ||
GetILGenerator(int)
| ||
override | GetMethodImplementationFlags()
| |
GetModule()
| ||
override | GetParameters()
| |
GetToken()
| ||
override | Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
| |
override | IsDefined(Type, bool)
| |
override | MakeGenericMethod(params Type[])
| |
SetCustomAttribute(CustomAttributeBuilder)
| ||
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
| ||
SetImplementationFlags(System.Reflection.MethodImplAttributes)
| ||
SetMarshal(UnmanagedMarshal)
| ||
SetParameters(params Type[])
| ||
SetReturnType(Type)
| ||
SetSignature(Type, Type[], Type[], Type[], Type[][], Type[][])
| ||
SetSymCustomAttribute(string, byte[])
| ||
override | ToString()
|
System.Runtime.InteropServices._MethodBuilder.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MethodBuilder.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._MethodBuilder.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MethodBuilder.Invoke | Documentation for this section has not yet been entered. |