Gets the array of arguments being passed to the method.

Namespace:  PostSharp.Laos
Assembly:  PostSharp.Laos (in PostSharp.Laos.dll)

Syntax

Visual Basic (Declaration)
Public Function GetArgumentArray As Object()
C#
public Object[] GetArgumentArray()
Visual C++
public:
array<Object^>^ GetArgumentArray()

Return Value

The array of arguments being passed to the method, or null if the method takes no argument.

See Also