GetName() private method

private GetName ( ) : string
return string
Exemplo n.º 1
0
        internal static string GetName(IRuntimeMethodInfo method)
        {
            string name = RuntimeMethodHandle.GetName(method.Value);

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