IMethodBodyWrappingAdvices Interface |
Namespace: PostSharp.Sdk.AspectWeaver.MethodBodyWrapping
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public interface IMethodBodyWrappingAdvices
The IMethodBodyWrappingAdvices type exposes the following members.
Name | Description | |
---|---|---|
ExceptionAdviceTypes | ||
ExceptionFilterAdviceTypes | ||
HasOnEntryAdvice |
Indicates whether this instance emits code into the "entry" section in the method.
| |
HasOnExitAdvice |
Indicates whether this instance emits code into the "finally" section in the method.
| |
HasOnSuccessAdvice |
Indicates whether this instance emits code into the "successful return" section in the method.
|
Name | Description | |
---|---|---|
ImplementOnEntryAdvice |
Emits code into the "entry" section in the method.
| |
ImplementOnExceptionAdvice | ||
ImplementOnExceptionFilterAdvice | ||
ImplementOnExitAdvice |
Emits code into the "finally" section in the method.
| |
ImplementOnSuccessAdvice |
Emits code into the "successful return" section in the method.
|