Changeset 2208
- Timestamp:
- 6/19/2010 10:46:25 AM (3 years ago)
- Location:
- trunk/eraser/Eraser.Util
- Files:
-
- 3 edited
-
ExtensionMethods/IO.cs (modified) (1 diff)
-
NativeMethods/Kernel.cs (modified) (1 diff)
-
StreamInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Util/ExtensionMethods/IO.cs
r2194 r2208 36 36 /// Implements extension methods for IO-bound operations. 37 37 /// </summary> 38 public static class IO38 public static partial class Methods 39 39 { 40 40 /// <summary> -
trunk/eraser/Eraser.Util/NativeMethods/Kernel.cs
r2206 r2208 167 167 /// <returns>The CopyProgressRoutine function should return one of the 168 168 /// <see cref="CopyProgressFunctionResult"/> values.</returns> 169 public delegate ExtensionMethods. IO.CopyProgressFunctionResult CopyProgressFunction(170 long TotalFileSize, long TotalBytesTransferred, long StreamSize,171 long Stream BytesTransferred, uint dwStreamNumber,169 public delegate ExtensionMethods.Methods.CopyProgressFunctionResult 170 CopyProgressFunction(long TotalFileSize, long TotalBytesTransferred, 171 long StreamSize, long StreamBytesTransferred, uint dwStreamNumber, 172 172 CopyProgressFunctionCallbackReasons dwCallbackReason, 173 173 IntPtr hSourceFile, IntPtr hDestinationFile, IntPtr lpData); -
trunk/eraser/Eraser.Util/StreamInfo.cs
r2194 r2208 344 344 FileOptions.None)) 345 345 { 346 ExtensionMethods. IO.SetTimes(streamHandle, updateTime, createdTime,346 ExtensionMethods.Methods.SetTimes(streamHandle, updateTime, createdTime, 347 347 lastModifiedTime, lastAccessedTime); 348 348 }
Note: See TracChangeset
for help on using the changeset viewer.
