System.Runtime.Remoting.RemotingServices.ProxyCheckCast C# (CSharp) Метод

ProxyCheckCast() статический приватный Метод

static private ProxyCheckCast ( RealProxy rp, Type castType ) : bool
rp RealProxy
castType Type
Результат bool
        internal static bool ProxyCheckCast(RealProxy rp, Type castType)
        {
            return CheckCast(rp, castType);
        } // ProxyCheckCast
RemotingServices