Binder::ReorderArgumentArray Method (array<Object^>^%, Object^)

 

Upon returning from BindToMethod, restores the args argument to what it was when it came from BindToMethod.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual void ReorderArgumentArray(
	array<Object^>^% args,
	Object^ state
) abstract

Parameters

args
Type: array<System::Object^>^%

The actual arguments that are passed in. Both the types and values of the arguments can be changed.

state
Type: System::Object^

A binder-provided object that keeps track of argument reordering.

The common language runtime calls this method if state is not null after a return from BindToMethod.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: