IStateMachineWrappingAdvices Methods |
The IStateMachineWrappingAdvices type exposes the following members.
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 |