System.Runtime.Remoting.RemotingServices.IsMethodOverloaded C# (CSharp) Méthode

IsMethodOverloaded() private méthode

private IsMethodOverloaded ( IMethodMessage msg ) : bool
msg IMethodMessage
Résultat bool
        public static bool IsMethodOverloaded(IMethodMessage msg)
        {
            RemotingMethodCachedData cache = 
                InternalRemotingServices.GetReflectionCachedData(msg.MethodBase);

            return cache.IsOverloaded();            
        } // IsMethodOverloaded
        
RemotingServices