Skip to content

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

MethodExecutionContext

A method execution context.

Released under the Apache License 2.0.