GetName() private method

private GetName ( ) : string
return string
示例#1
0
        internal static string GetName(IRuntimeMethodInfo method)
        {
            string name = RuntimeMethodHandle.GetName(method.Value);

            GC.KeepAlive(method);
            return(name);
        }