MethodExecutionArgs.Arguments Property
|
Gets the arguments with which the method has been invoked.
Namespace:
PostSharp.Aspects
Assembly:
PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
Syntaxpublic Arguments Arguments { get; set; }
Property Value
Type:
Arguments
Remarks Note |
---|
The property setter should never be used in user code. |
Note |
---|
As a result of weaving optimizations, value of this property may be seen as null in a debugger.
If you need to inspect the value in runtime, consider disabling aspect optimizations in the debug build configuration.
|
See Also