IMethodBodyService Interface |
Service that exposes the method GetMethodBody(MethodBase, MethodBodyAbstractionLevel), which allows to decompile
a method and get a AST representation.
Namespace: PostSharp.Reflection.MethodBody
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IMethodBodyService : IService
The IMethodBodyService type exposes the following members.
Name | Description | |
---|---|---|
GetMethodBody |
Decompiles a method and gets an AST representation of it.
|