1
Answer

ISR in C#

dipika kamat

dipika kamat

10y
1.6k
1
I need to map the IRQ 7 of parallel port to its interrupt routine.I am doing this in C#.Can any body suggest how do i define the ISR in this language?

eg. in C we use

#pragma interrupt before the ISR.

what do we do in C#?
Answers (1)