Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created March 21, 2012 11:43
Show Gist options
  • Save breezhang/2146372 to your computer and use it in GitHub Desktop.
Save breezhang/2146372 to your computer and use it in GitHub Desktop.
Test remoting MarshalByRefObject
public interface IMyInterface
{
int FunctionOne(string str);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment