FindExecute Method
Finds a matching execute overload.
Syntax
public bool FindExecute( ArrayList arguments, out MethodInfo info )
public: bool FindExecute( ArrayList^ arguments, [Out] MethodInfo^ info )
Parameters
- arguments
- Execute arguments.
- info
- [out] Matched execute overload information.
Return Value
True if there is a matched execute overload.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also