virtual IList< ExceptionHandlingClause > ExceptionHandlingClauses
Gets a list that includes all the exception-handling clauses in the method body.
virtual int LocalSignatureMetadataToken
Gets a metadata token for the signature that describes the local variables for the method in metadata...
virtual bool InitLocals
Gets a value indicating whether local variables in the method body are initialized to the default val...
virtual IList< LocalVariableInfo > LocalVariables
Gets the list of local variables declared in the method body.
Provides access to the metadata and MSIL for the body of a method.
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
virtual int MaxStackSize
Gets the maximum number of items on the operand stack when the method is executing.
virtual byte [] GetILAsByteArray()
Returns the MSIL for the method body, as an array of bytes.
MethodBody()
Initializes a new instance of the T:System.Reflection.MethodBody class.