Method | Description | |
---|---|---|
GetFileSize ( |
||
GetFileSizeLong ( |
||
OpenFileEx ( |
||
ReadFile ( |
||
ReadFileToEnd ( |
||
SetFilePointer ( |
||
SetFilePointer ( |
||
SetFilePointer ( |
||
SetFilePointerLong ( |
||
SetFilePointerLong ( |
Method | Description | |
---|---|---|
CloseFile ( |
||
GetFileSize ( |
||
OpenFileEx ( |
||
ReadFile ( |
||
SFile ( ) : System | ||
SetFilePointer ( |
public static GetFileSize ( |
||
handle | ||
return | int |
public static GetFileSizeLong ( |
||
handle | ||
return | long |
public static OpenFileEx ( |
||
handle | ||
filename | string | |
mode | uint | |
return |
public static ReadFile ( |
||
handle | ||
buffer | byte | |
numberOfBytesToRead | int | |
numberOfBytesRead | int | |
distanceToMoveHigh | int | |
return | int |
public static ReadFileToEnd ( |
||
handle | ||
return | byte[] |
public static SetFilePointer ( |
||
handle | ||
filePosition | int | |
moveMethod | SeekOrigin | |
return | int |
public static SetFilePointer ( |
||
handle | ||
filePosition | int | |
filePositionHigh | int | |
moveMethod | SeekOrigin | |
return | int |
public static SetFilePointer ( |
||
handle | ||
filePosition | int | |
moveMethod | uint | |
return | int |
public static SetFilePointerLong ( |
||
handle | ||
filePosition | long | |
moveMethod | SeekOrigin | |
return | long |
public static SetFilePointerLong ( |
||
handle | ||
filePosition | long | |
moveMethod | uint | |
return | long |