ReorderArgumentArray Method
Collapse the table of content
Expand the table of content

Binder.ReorderArgumentArray Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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 abstract void ReorderArgumentArray(
	ref Object[] args,
	Object state
)

Parameters

args
Type: 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft