IStateMachineWrappingAdvices Interface |
[Missing <summary> documentation for "T:PostSharp.Sdk.AspectWeaver.MethodBodyWrapping.IStateMachineWrappingAdvices"]
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 IStateMachineWrappingAdvices : IMethodBodyWrappingAdvices
The IStateMachineWrappingAdvices type exposes the following members.
Name | Description | |
---|---|---|
ExceptionAdviceTypes | (Inherited from IMethodBodyWrappingAdvices.) | |
ExceptionFilterAdviceTypes | (Inherited from IMethodBodyWrappingAdvices.) | |
HasOnEntryAdvice |
Indicates whether this instance emits code into the "entry" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
HasOnExitAdvice |
Indicates whether this instance emits code into the "finally" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
HasOnResumeAdvice | ||
HasOnSuccessAdvice |
Indicates whether this instance emits code into the "successful return" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
HasOnYieldAdvice |
Name | Description | |
---|---|---|
ImplementOnEntryAdvice |
Emits code into the "entry" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
ImplementOnExceptionAdvice | (Inherited from IMethodBodyWrappingAdvices.) | |
ImplementOnExceptionFilterAdvice | (Inherited from IMethodBodyWrappingAdvices.) | |
ImplementOnExitAdvice |
Emits code into the "finally" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
ImplementOnResumeAdvice | ||
ImplementOnSuccessAdvice |
Emits code into the "successful return" section in the method.
(Inherited from IMethodBodyWrappingAdvices.) | |
ImplementOnYieldAdvice |