The members of System.Reflection.Emit.DynamicMethod are listed below.
See Also: Inherited members from System.Reflection.MethodInfo
[read-only] override | Attributes | System.Reflection.MethodAttributes.
Gets the attributes specified when the dynamic method was created. |
[read-only] override | CallingConvention | System.Reflection.CallingConventions.
Gets the calling convention specified when the dynamic method was created. |
[read-only] override | DeclaringType | Type.
Gets the type that declares the method, which is always null for dynamic methods. |
InitLocals | bool.
Gets or sets a value indicating whether the local variables in the method are zero-initialized. | |
[read-only] override | MethodHandle | RuntimeMethodHandle.
Not supported for dynamic methods. |
[read-only] override | Module | System.Reflection.Module.
Gets the module with which the dynamic method is logically associated. |
[read-only] override | Name | string.
Gets the name of the dynamic method. |
[read-only] override | ReflectedType | Type.
Gets the class that was used in reflection to obtain the method. |
[read-only] override | ReturnParameter | System.Reflection.ParameterInfo.
Gets the return parameter of the dynamic method. |
[read-only] override | ReturnType | Type.
Gets the type of return value for the dynamic method. |
[read-only] override | ReturnTypeCustomAttributes | System.Reflection.ICustomAttributeProvider.
Gets the custom attributes of the return type for the dynamic method. |
override | CreateDelegate(Type)
| |
override | CreateDelegate(Type, object)
| |
DefineParameter(int, System.Reflection.ParameterAttributes, string)
| ||
Finalize()Documentation for this section has not yet been entered. | ||
override | GetBaseDefinition()
| |
override | GetCustomAttributes(bool)
| |
override | GetCustomAttributes(Type, bool)
| |
GetDynamicILInfo()
| ||
GetILGenerator()
| ||
GetILGenerator(int)
| ||
override | GetMethodImplementationFlags()
| |
override | GetParameters()
| |
override | Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo)
| |
override | IsDefined(Type, bool)
| |
override | ToString()
|