Method ForMethodName
Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll
ForMethodName(string, object?[]?)
Creates a context for a method call without reflection data.
csharp
public static MethodExecutionContext ForMethodName(string methodName, object?[]? parameters = null)
Parameters
methodName
string
The name of the method being called.
parameters
object?[]?
The parameters passed to the method.
Returns
A method execution context.