|
override bool | Equals (object? obj) |
|
override int | GetHashCode () |
|
override string | ToString () |
|
override object | Invoke (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture) |
|
override MethodImplAttributes | GetMethodImplementationFlags () |
|
override MethodInfo | GetBaseDefinition () |
|
override ParameterInfo[] | GetParameters () |
|
override object[] | GetCustomAttributes (bool inherit) |
|
override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
|
override bool | IsDefined (Type attributeType, bool inherit) |
|
override MethodInfo | GetGenericMethodDefinition () |
|
override Type[] | GetGenericArguments () |
|
override MethodInfo | MakeGenericMethod (params Type[] typeArguments) |
|
GenericTypeParameterBuilder[] | DefineGenericParameters (params string[] names) |
|
void | SetParameters (params Type[] parameterTypes) |
|
void | SetReturnType (Type? returnType) |
|
void | SetSignature (Type? returnType, Type[]? returnTypeRequiredCustomModifiers, Type[]? returnTypeOptionalCustomModifiers, Type[]? parameterTypes, Type[][]? parameterTypeRequiredCustomModifiers, Type[][]? parameterTypeOptionalCustomModifiers) |
|
ParameterBuilder | DefineParameter (int position, ParameterAttributes attributes, string? strParamName) |
|
void | SetImplementationFlags (MethodImplAttributes attributes) |
|
ILGenerator | GetILGenerator () |
|
ILGenerator | GetILGenerator (int size) |
|
void | SetCustomAttribute (ConstructorInfo con, byte[] binaryAttribute) |
|
void | SetCustomAttribute (CustomAttributeBuilder customBuilder) |
|
virtual Delegate | CreateDelegate (Type delegateType) |
|
virtual Delegate | CreateDelegate (Type delegateType, object? target) |
|
T | CreateDelegate< T > () |
|
T | CreateDelegate< T > (object? target) |
|
virtual ? MethodBody | GetMethodBody () |
|
object? | Invoke (object? obj, object?[]? parameters) |
|
virtual bool | HasSameMetadataDefinitionAs (MemberInfo other) |
|
virtual IList< CustomAttributeData > | GetCustomAttributesData () |
|
Definition at line 9 of file MethodBuilder.cs.