mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-13 07:16:37 +08:00
Add support for methods with ref/in/out args
This commit is contained in:
@ -18,12 +18,6 @@ namespace Explorer
|
||||
|
||||
public string[] GenericArgInput = new string[0];
|
||||
|
||||
public static bool CanEvaluate(MethodInfo mi)
|
||||
{
|
||||
// primitive and string args supported
|
||||
return CanProcessArgs(mi.GetParameters());
|
||||
}
|
||||
|
||||
public override void Init()
|
||||
{
|
||||
var mi = (MemInfo as MethodInfo);
|
||||
|
Reference in New Issue
Block a user