MBR

  • Thread starter Thread starter Guest
  • Start date Start date
MBR here is Master Boot Recor

----- LC wrote: ----

Hi

Anyone knows how to read MBR in C#

Thanks!
 
Hi LC,
Anyone knows how to read MBR in C#?
I'm not familiar with C# yet, but in the old day we have to called BIOS
ISR(Interrupt Service Routine) INT 13h.

Regards,
Wong
 
You can use PInvoke to call Win32 CreateFile and DeviceIOControl API's.
Another option in to use the System.Management namespace, but that depends
on the info you want from the MBR.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top