Mono Class Library: Overview

System.Reflection.Emit.MethodBuilder: Method Members

The methods 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

Public Methods

AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
Documentation for this section has not yet been entered.
CreateMethodBody(byte[], int)
Documentation for this section has not yet been entered.
DefineGenericParameters(params string[]) : GenericTypeParameterBuilder[]
Documentation for this section has not yet been entered.
DefineParameter(int, System.Reflection.ParameterAttributes, string) : ParameterBuilder
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetBaseDefinition() : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
override
GetGenericArguments() : Type[]
Documentation for this section has not yet been entered.
override
GetGenericMethodDefinition() : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetILGenerator() : ILGenerator
Documentation for this section has not yet been entered.
GetILGenerator(int) : ILGenerator
Documentation for this section has not yet been entered.
override
GetMethodImplementationFlags() : System.Reflection.MethodImplAttributes
Documentation for this section has not yet been entered.
GetModule() : System.Reflection.Module
Documentation for this section has not yet been entered.
override
GetParameters() : System.Reflection.ParameterInfo[]
Documentation for this section has not yet been entered.
GetToken() : MethodToken
Documentation for this section has not yet been entered.
override
Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
override
MakeGenericMethod(params Type[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
SetCustomAttribute(CustomAttributeBuilder)
Documentation for this section has not yet been entered.
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
Documentation for this section has not yet been entered.
SetImplementationFlags(System.Reflection.MethodImplAttributes)
Documentation for this section has not yet been entered.
SetMarshal(UnmanagedMarshal)
Documentation for this section has not yet been entered.
SetParameters(params Type[])
Documentation for this section has not yet been entered.
SetReturnType(Type)
Documentation for this section has not yet been entered.
SetSignature(Type, Type[], Type[], Type[], Type[][], Type[][])
Documentation for this section has not yet been entered.
SetSymCustomAttribute(string, byte[])
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.