PostSharpAPI ReferencePost­Sharp.​AspectsMethod­Execution­ArgsArguments
Open sandboxFocus

MethodExecutionArgs.Arguments Property

Arguments

Gets the arguments with which the method has been invoked.

Declaration
public Arguments Arguments { get;
    [Internal]
    set;
}
Property Value
Type Description
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.