I was hoping to get some clarity on the use of () before the call of a method (applies to class,struc, etc as well). Firstly I don\'t know what the action is called so having tr
in languages like c# and java explicit type conversions are done by specifying the type the data should be converted to inside () brackets. so in your case the object returned by the Activator.GetObject is converted to type TestClassRemoting.
find more info here,
http://en.wikipedia.org/wiki/Type_conversion