The properties of System.Reflection.Emit.DynamicMethod are listed below. For a list of all members, see the DynamicMethod Members list.
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. |