Can you start an outside process with Silverlight?

Posted by Crackerjack on Stack Overflow See other posts from Stack Overflow or by Crackerjack
Published on 2010-04-06T15:32:53Z Indexed on 2010/04/06 15:33 UTC
Read the original article Hit count: 250

Filed under:
|

The System.Diagnostics assembly is part of the Silverlight CLR framework, but it only includes classes related to debugging, the Process class is not available. Is there any other way to start an outside process from a Silverlight application?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about process