Delegate GetMethodDelegate
Namespace: UnityEngineInternal
Assembly: UnityEngine.dll
Syntax
public delegate MethodInfo GetMethodDelegate(Type classType, string methodName, bool searchBaseTypes, bool instanceMethod, Type[] methodParamTypes);
Parameters
| Type | Name | Description |
|---|---|---|
| Type | classType | |
| String | methodName | |
| Boolean | searchBaseTypes | |
| Boolean | instanceMethod | |
| Type[] | methodParamTypes |
Returns
| Type | Description |
|---|---|
| MethodInfo |