Namespace: Weborb.UtilAssembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)
Syntax
| C# |
|---|
public static MethodInfo findMethod(
Type type,
string methodName,
Object[] arguments
) |
| Visual Basic |
|---|
Public Shared Function findMethod ( _
type As Type, _
methodName As String, _
arguments As Object() _
) As MethodInfo |
| Visual C++ |
|---|
public:
static MethodInfo^ findMethod(
Type^ type,
String^ methodName,
array<Object^>^ arguments
) |
Parameters
- type
- Type: System..::..Type
- methodName
- Type: System..::..String
- arguments
- Type: array<System..::..Object>[]()[][]
See Also