Interface IMethodExecutionContext
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
Provides method execution context without relying on stack trace inspection. This replaces the security-vulnerable stack frame reflection pattern.
csharp
public interface IMethodExecutionContext
Properties
Gets the instance the method is being called on (null for static methods).
Gets the method being executed.
Gets the method name being executed.
Gets the parameters passed to the method.
Gets the Setup attribute if present.
Gets the Task attribute if present.
Gets the Teardown attribute if present.
Gets the Thread attribute if present.