Version: 2022.3
言語: 日本語
public static Profiling.FrameDataView.MethodInfo GetValidMethodInfo (object obj, string functionName, Type[] argumentTypes);

パラメーター

obj メソッドを検索するオブジェクト
functionName 検索対象のメソッド名
argumentTypes メソッドの引数の型

説明

オブジェクト、メソッド名、引数の型のリストからマッチするメソッドを探します


public static Profiling.FrameDataView.MethodInfo GetValidMethodInfo (Type objectType, string functionName, Type[] argumentTypes);

パラメーター

objectType Object type to search for the method.
functionName 検索対象のメソッド名
argumentTypes メソッドの引数の型

説明

Given an object type, function name, and a list of argument types; find the method that matches.