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 execStaticString(
	string assembly,
	string nameSpace,
	string typeName,
	string methodName
)
Public Shared Function execStaticString ( _
	assembly As String, _
	nameSpace As String, _
	typeName As String, _
	methodName As String _
) As Object
public:
static Object^ execStaticString(
	String^ assembly, 
	String^ nameSpace, 
	String^ typeName, 
	String^ methodName
)

Parameters

assembly
String
the project the namespace belongs to
nameSpace
String

[Missing <param name="nameSpace"/> documentation for "M:nTools.nMethod.execStaticString(System.String,System.String,System.String,System.String)"]

typeName
String
the class type that the method belongs to
methodName
String
name of the method

Return Value

returns an object if it has anything to return

See Also