Inter-Process Call

  • Thread starter Thread starter Sakharam Phapale
  • Start date Start date
S

Sakharam Phapale

Dear Newsgroup,

Is it possible to call public method written in one process (.exe) from
other process?
Is there any way to achieve the same?

Thanx in advance,

Sakharam
 
Hello,

You can do so by publishing an object from the first process with .NET
Remoting.
 
Back
Top