ReflectionExtensions.GetStateMachineKind Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static StateMachineKind GetStateMachineKind( this MethodInfo method )
Parameters
- method
- Type: System.Reflection.MethodInfo
A method.
Return Value
Type: StateMachineKindA StateMachineKind value, or None if method is not implemented by a state machine.