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 MethodExecutionContextInheritance
object ← MethodExecutionContext
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
Gets the instance object (if any).
Gets the method being executed.
Gets the method parameters.