Home
executes a method belonging to an external namespace/project.

Namespace:  nTools
Assembly:  nMethod (in nMethod.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Object execExtString(
	Object classObject,
	string methodName
)
Public Shared Function execExtString ( _
	classObject As Object, _
	methodName As String _
) As Object
public:
static Object^ execExtString(
	Object^ classObject, 
	String^ methodName
)

Parameters

classObject
Object
the class instantiation that the method belongs to
methodName
String
name of the method

Return Value

returns an object if it has anything to return

See Also