C# 클래스 Microsoft.KtmIntegration.TransactedDirectory

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

공개 메소드들

메소드 설명
CreateDirectory ( string path ) : bool
CreateTxFResource ( string path ) : void
Exists ( string path ) : bool
GetFiles ( string path, string searchPattern ) : System.IO.FileSystemInfo[]
RemoveDirectory ( string path ) : bool
StartTxFResource ( string path ) : SafeFileHandle
StopTxFResource ( string path ) : void

비공개 메소드들

메소드 설명
FindFirstFileTransacted ( string dirSpec, KtmTransactionHandle ktmTx, NativeMethods &findFileData ) : SafeFileHandle
GetDirectoryHandle ( string path ) : SafeFileHandle

메소드 상세

CreateDirectory() 공개 정적인 메소드

public static CreateDirectory ( string path ) : bool
path string
리턴 bool

CreateTxFResource() 공개 정적인 메소드

public static CreateTxFResource ( string path ) : void
path string
리턴 void

Exists() 공개 정적인 메소드

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

GetFiles() 공개 정적인 메소드

public static GetFiles ( string path, string searchPattern ) : System.IO.FileSystemInfo[]
path string
searchPattern string
리턴 System.IO.FileSystemInfo[]

RemoveDirectory() 공개 정적인 메소드

public static RemoveDirectory ( string path ) : bool
path string
리턴 bool

StartTxFResource() 공개 정적인 메소드

public static StartTxFResource ( string path ) : SafeFileHandle
path string
리턴 SafeFileHandle

StopTxFResource() 공개 정적인 메소드

public static StopTxFResource ( string path ) : void
path string
리턴 void