ExecutedMethod Property

Glimpse API

ISourceMessage ExecutedMethod Property Glimpse API Documentation
Gets or sets the original executed method.

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

Syntax

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

Field Value

The executed method.
See Also