C# 클래스 System.IO.Win32File

파일 보기 프로젝트 열기: CyberShadow/FiddlerAutoCapture 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( string filepath ) : bool
LongFileName ( string filepath ) : string
Move ( string oldName, string newName ) : void
Open ( string filepath, FileMode mode ) : FileStream
Open ( string filepath, FileMode mode, FileAccess access ) : FileStream
Open ( string filepath, FileMode mode, FileAccess access, FileShare share ) : FileStream
OpenRead ( string filepath ) : FileStream
OpenWrite ( string filepath ) : FileStream

비공개 메소드들

메소드 설명
CreateFileW ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr lpSecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
GetAccess ( FileAccess access ) : uint
GetFileAttributesW ( string lpFileName ) : uint
GetMode ( FileMode mode ) : uint
GetShare ( FileShare share ) : uint
MoveFileW ( string lpExistingFileName, string lpNewFileName ) : uint
SetFilePointer ( SafeFileHandle hFile, long lDistanceToMove, IntPtr lpDistanceToMoveHigh, uint dwMoveMethod ) : uint

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( string filepath ) : bool
filepath string
리턴 bool

LongFileName() 공개 정적인 메소드

public static LongFileName ( string filepath ) : string
filepath string
리턴 string

Move() 공개 정적인 메소드

public static Move ( string oldName, string newName ) : void
oldName string
newName string
리턴 void

Open() 공개 정적인 메소드

public static Open ( string filepath, FileMode mode ) : FileStream
filepath string
mode FileMode
리턴 FileStream

Open() 공개 정적인 메소드

public static Open ( string filepath, FileMode mode, FileAccess access ) : FileStream
filepath string
mode FileMode
access FileAccess
리턴 FileStream

Open() 공개 정적인 메소드

public static Open ( string filepath, FileMode mode, FileAccess access, FileShare share ) : FileStream
filepath string
mode FileMode
access FileAccess
share FileShare
리턴 FileStream

OpenRead() 공개 정적인 메소드

public static OpenRead ( string filepath ) : FileStream
filepath string
리턴 FileStream

OpenWrite() 공개 정적인 메소드

public static OpenWrite ( string filepath ) : FileStream
filepath string
리턴 FileStream