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

GetMethodBaseFromMethodMessage() private méthode

private GetMethodBaseFromMethodMessage ( IMethodMessage msg ) : MethodBase
msg IMethodMessage
Résultat System.Reflection.MethodBase
        public static MethodBase GetMethodBaseFromMethodMessage(IMethodMessage msg)
        {
            MethodBase mb = InternalGetMethodBaseFromMethodMessage(msg);
            return mb;
        }
RemotingServices