The members of System.Reflection.MethodBody are listed below.
See Also: Inherited members from System.Object
![]() Initializes a new instance of the System.Reflection.MethodBody class. |
[read-only] | ExceptionHandlingClauses | IList<ExceptionHandlingClause>.
![]() Gets a list that includes all the exception-handling clauses in the method body. |
[read-only] | InitLocals | bool.
![]() Gets a value indicating whether local variables in the method body are initialized to the default values for their types. |
[read-only] | LocalSignatureMetadataToken | int.
![]() Gets a metadata token for the signature that describes the local variables for the method in metadata. |
[read-only] | LocalVariables | IList<LocalVariableInfo>.
![]() Gets the list of local variables declared in the method body. |
[read-only] | MaxStackSize | int.
![]() Gets the maximum number of items on the operand stack when the method is executing. |
GetILAsByteArray()
|