Skip to content

Class MethodExecutionContext

Namespace: Belay.Core.Execution
Assembly: Belay.Core.dll

Simple execution context for method calls. Minimal implementation to replace sophisticated execution context system.

csharp
public class MethodExecutionContext

Inheritance

objectMethodExecutionContext

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

MethodExecutionContext(MethodInfo, object?, object?[]?)

Initializes a new instance of the class.

Properties

Instance

Gets the instance object (if any).

Method

Gets the method being executed.

Parameters

Gets the method parameters.

Released under the Apache License 2.0.