|
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes) |
| |
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes, bool restrictedSkipVisibility) |
| |
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes, Module m) |
| |
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes, Module m, bool skipVisibility) |
| |
| | DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Module m, bool skipVisibility) |
| |
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes, Type owner) |
| |
| | DynamicMethod (string name, Type? returnType, Type[]? parameterTypes, Type owner, bool skipVisibility) |
| |
| | DynamicMethod (string name, MethodAttributes attributes, CallingConventions callingConvention, Type? returnType, Type[]? parameterTypes, Type owner, bool skipVisibility) |
| |
| override Delegate | CreateDelegate (Type delegateType) |
| |
| override Delegate | CreateDelegate (Type delegateType, object? target) |
| |
| override string | ToString () |
| |
| override MethodInfo | GetBaseDefinition () |
| |
| override ParameterInfo[] | GetParameters () |
| |
| override MethodImplAttributes | GetMethodImplementationFlags () |
| |
| override? object | Invoke (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture) |
| |
| override object[] | GetCustomAttributes (Type attributeType, bool inherit) |
| |
| override object[] | GetCustomAttributes (bool inherit) |
| |
| override bool | IsDefined (Type attributeType, bool inherit) |
| |
| ParameterBuilder? | DefineParameter (int position, ParameterAttributes attributes, string? parameterName) |
| |
| DynamicILInfo | GetDynamicILInfo () |
| |
| ILGenerator | GetILGenerator () |
| |
| ILGenerator | GetILGenerator (int streamSize) |
| |
| override Type[] | GetGenericArguments () |
| |
| virtual MethodInfo | GetGenericMethodDefinition () |
| |
| virtual MethodInfo | MakeGenericMethod (params Type[] typeArguments) |
| |
| T | CreateDelegate< T > () |
| |
| T | CreateDelegate< T > (object? target) |
| |
| override bool | Equals (object? obj) |
| |
| override int | GetHashCode () |
| |
| virtual ? MethodBody | GetMethodBody () |
| |
| object? | Invoke (object? obj, object?[]? parameters) |
| |
| virtual bool | HasSameMetadataDefinitionAs (MemberInfo other) |
| |
| virtual IList< CustomAttributeData > | GetCustomAttributesData () |
| |
Definition at line 9 of file DynamicMethod.cs.