System.Reflection.Emit.DynamicMethod: Property Members

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

Public Properties

[read-only]
override
AttributesSystem.Reflection.MethodAttributes.

Gets the attributes specified when the dynamic method was created.

[read-only]
override
CallingConventionSystem.Reflection.CallingConventions.

Gets the calling convention specified when the dynamic method was created.

[read-only]
override
DeclaringTypeType.

Gets the type that declares the method, which is always null for dynamic methods.

InitLocalsbool.

Gets or sets a value indicating whether the local variables in the method are zero-initialized.

[read-only]
override
MethodHandleRuntimeMethodHandle.

Not supported for dynamic methods.

[read-only]
override
ModuleSystem.Reflection.Module.

Gets the module with which the dynamic method is logically associated.

[read-only]
override
Namestring.

Gets the name of the dynamic method.

[read-only]
override
ReflectedTypeType.

Gets the class that was used in reflection to obtain the method.

[read-only]
override
ReturnParameterSystem.Reflection.ParameterInfo.

Gets the return parameter of the dynamic method.

[read-only]
override
ReturnTypeType.

Gets the type of return value for the dynamic method.

[read-only]
override
ReturnTypeCustomAttributesSystem.Reflection.ICustomAttributeProvider.

Gets the custom attributes of the return type for the dynamic method.