my application want to call a method of a class that is from another AppDomain.
AppDomain env = AppDomain.CreateDomain( \"test\",
Mark the object that you want to use for cross appdomain communication as MarshalByRefObject.