GetName() private méthode

private GetName ( ) : string
Résultat string
Exemple #1
0
        internal static string GetName(IRuntimeMethodInfo method)
        {
            string name = RuntimeMethodHandle.GetName(method.Value);

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