|
bcl\system\reflection\MethodBody.cs. namespace System.Reflection { using System; using System.Runtime.InteropServices; using CultureInfo = System ...
|
|
Provides access to the metadata and MSIL for the body of a method. The ... .NET Framework 2.0 Class Library Reference System.Reflection MethodBody Class
|
|
Note: This class is new in the .NET Framework version 2.0. Provides access ... System.Object System.Reflection.MethodBody
|
|
You can get the System.Reflection.MethodInfo for the expression from the System.Delegate.Method property, then get the System.Reflection.MethodBody for this method.
|
|
You can get the System.Reflection.MethodInfo for the expression from the System.Delegate.Method property, then get the System.Reflection.MethodBody for this method.
|
|
class [mscorlib]System.Reflection.MethodBody V_1) IL_0000: nop. IL_0001: ldtoken App. IL_0006: call class [mscorlib]System.Type [mscorlib]System.Type ...
|
|
The members of System.Reflection.MethodBody are listed below. See Also: Inherited members from System.Object [ ...
|
|
The properties of System.Reflection.MethodBody are listed below. For a list of all members, see the MethodBody Members list. See Also: Inherited members from System ...
|
|
The methods of System.Reflection.MethodBody are listed below. For a list of all members, see the MethodBody Members list. See Also: Inherited members from System.Object
|