Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

?
Lv 6

Can we create our own process in C#?

0 down vote favorite

I need to create 3 processes in 1 program to simulate deadlock. my question is how can i define my own process? like i dont want to just open an existing process.

for example for a thread:

Thread X = new Thread(){ //insert whatever code here// };

how can we do this for a process.

like Process P = new Process(){//insert different threads here//};

1 Answer

Relevance
Still have questions? Get your answers by asking now.