PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecordable­AttributeProvide­Method­Context
Open sandboxFocus

RecordableAttribute.ProvideMethodContext Property

ProvideMethodContext

Determines whether full method invocation context is provided to the MethodExecutionOperationDescriptor class for use in a custom OperationFormatter. This property is set to false by default for performance reasons.

Declaration
public bool ProvideMethodContext { get; set; }
Property Value
Type Description
Boolean
Remarks

This property applies to all public methods of the target class.