IMethodBody Interface |
Represents the body of a method.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public interface IMethodBody : IMethodBodyElement
The IMethodBody type exposes the following members.
Name | Description | |
---|---|---|
Method |
Gets the method whose body is represented by the current object.
| |
MethodBodyElementKind |
Gets the kind of syntax element.
(Inherited from IMethodBodyElement.) | |
ParentElement |
Gets the parent element in the tree.
(Inherited from IMethodBodyElement.) | |
ParentMethodBody |
Gets the parent method body.
(Inherited from IMethodBodyElement.) | |
RootBlock |
Gets the root instruction block of the method.
|