對於客戶端的輸入程序
using System;
using System
using RemoteAccess;
namespace Dynamicly
{
public class HelloWorld : MarshalByRefObject
{
public object Invoke(string strMethod
{
return this
}
public string GetTime(string strName)
{
return
}
}
}
這樣
[
From:http://tw.wingwit.com/Article/program/net/201311/14548.html