Access interprocess static variable



I have a static variable var in type Foo. I want to access it from type
client.
Is remoting my only option? If yes can anyone share the code snippet.
I tried the MSDN server/client example. But I guess I still do not
understand do I really have to create the instance of type Foo inorder to
access my static variable 'var'
I am trying to do something like proof of concept and would like something
quick and dirty.

thank you,
z


.