DynamicMethod Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| CreateDelegate | Overloaded. Completes the dynamic method and creates a delegate that can be used to execute it. |
| DefineParameter | Defines a parameter of the dynamic method. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetBaseDefinition | Overridden. Returns the base implementation for the method. |
| GetCurrentMethod | Returns a MethodBase object representing the currently executing method. (Inherited from MethodBase.) |
| GetCustomAttributes | Overloaded. Overridden. Returns the custom attributes applied to the method. |
| GetDynamicILInfo | Returns a DynamicILInfo object that can be used to generate a method body from metadata tokens, scopes, and Microsoft intermediate language (MSIL) streams. |
| GetGenericArguments | Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition. (Inherited from MethodInfo.) |
| GetGenericMethodDefinition | Returns a MethodInfo object that represents a generic method definition from which the current method can be constructed. (Inherited from MethodInfo.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetILGenerator | Overloaded. Returns an MSIL generator that can be used to emit a body for the dynamic method. |
| GetMethodBody | When overridden in a derived class, gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for the current method. (Inherited from MethodBase.) |
| GetMethodFromHandle | Overloaded. Gets method information using the specified handle. (Inherited from MethodBase.) |
| GetMethodImplementationFlags | Overridden. Returns the implementation flags for the method. |
| GetParameters | Overridden. Returns the parameters of the dynamic method. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Invoke | Overloaded. Invokes the dynamic method. |
| IsDefined | Overridden. Indicates whether the specified custom attribute type is defined. |
| MakeGenericMethod | Substitutes the elements of an array of types for the type parameters of the current generic method definition, and returns a MethodInfo object representing the resulting constructed method. (Inherited from MethodInfo.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Returns the signature of the method, represented as a string. |