|
-
May 12th, 2002, 11:07 AM
#1
Thread Starter
Hyperactive Member
Accessing harddisk directly
How could I read and write individual sectors in C#?
-
May 21st, 2002, 05:14 AM
#2
Frenzied Member
This seems like a typical thing for C++/ASM, but maybe you could do it by using the unsafe keyword of C# too... never done it though, but C++ or ASM seems to be a better language to do this kinda low-level things..
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
May 21st, 2002, 02:28 PM
#3
Thread Starter
Hyperactive Member
I think it can be done using CreateFile API function on NT based systems, so I was just wondering if it is possible to use similar way in .NET
-
May 22nd, 2002, 02:30 AM
#4
Lively Member
No, only through PInvoking the appropriate Win32 API's.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|