Bigio.BigArray.JITO.MeasureManager.MeasureMethod C# (CSharp) Метод

MeasureMethod() публичный статический Метод

public static MeasureMethod ( MethodInfo method, object argumentArray ) : long
method System.Reflection.MethodInfo
argumentArray object
Результат long
        public static long MeasureMethod(MethodInfo method, object[] argumentArray)
        {
            return MeasureMethod(null, method, argumentArray);
        }

Same methods

MeasureManager::MeasureMethod ( object context, MethodInfo method, object argumentArray ) : long
MeasureManager