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

ProxyCheckCast() static private méthode

static private ProxyCheckCast ( RealProxy rp, Type castType ) : bool
rp RealProxy
castType Type
Résultat bool
        internal static bool ProxyCheckCast(RealProxy rp, Type castType)
        {
            return CheckCast(rp, castType);
        } // ProxyCheckCast
RemotingServices