1
Answer

ISR in C#

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)