System.Runtime.Remoting.Proxies.RemotingProxy.RemotingProxy C# (CSharp) 메소드

RemotingProxy() 개인적인 메소드

private RemotingProxy ( ) : System.Threading
리턴 System.Threading
        private RemotingProxy()
        {
            // Prevent anyone from creating a blank instance of a proxy
            // without the underlying server type
        }

Same methods

RemotingProxy::RemotingProxy ( Type serverType ) : System.Threading