c# - Where is Process on Phone 7? -


i trying create process in windows phone 7 project. have line:

process process; 

however, visual studio can't find assembly process. have included using system.diagnostics, namespace doesn't have process. suspect class not supported on phone 7......

you can't launch or control other processes windows phone 7 application.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -