ExecutedMethod Property

Glimpse API

GlimpseRuntime RuntimeMessage ExecutedMethod Property Glimpse API Documentation
Gets or sets the executed method.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public MethodInfo ExecutedMethod { get; set; }
public MethodInfo ExecutedMethod { get; set; }

Field Value

The executed method.

Implements

ISourceMessage ExecutedMethod
See Also