The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Binder::ReorderArgumentArray Method (array<Object^>^%, Object^)
.NET Framework (current version)
Upon returning from BindToMethod, restores the args argument to what it was when it came from BindToMethod.
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
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: