Represents the body of a method.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp.dll
Syntax
public interface IMethodBody : IMethodBodyElement
Properties
Name | Description |
---|---|
Method | Gets the method whose body is represented by the current object. |
RootBlock | Gets the root instruction block of the method. |