C# 클래스 Disco.Services.Logging.Utilities

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
CompressDirectory ( string DirectoryPath ) : void
ToCsv ( this e ) : MemoryStream
ToCsvLine ( this e, TextWriter writer ) : void
ToSelectListItems ( this items ) : List

비공개 메소드들

메소드 설명
CreateFile ( string lpFileName, EFileAccess dwDesiredAccess, EFileShare dwShareMode, IntPtr SecurityAttributes, ECreationDisposition dwCreationDisposition, EFileAttributes dwFlagsAndAttributes, IntPtr hTemplateFile ) : SafeFileHandle
DeviceIoControl ( SafeFileHandle hDevice, int dwIoControlCode, short &lpInBuffer, int nInBufferSize, IntPtr lpOutBuffer, int nOutBufferSize, int &lpBytesReturned, IntPtr lpOverlapped ) : int
EnableCompression ( SafeFileHandle handle ) : void

메소드 상세

CompressDirectory() 공개 정적인 메소드

public static CompressDirectory ( string DirectoryPath ) : void
DirectoryPath string
리턴 void

ToCsv() 공개 정적인 메소드

public static ToCsv ( this e ) : MemoryStream
e this
리턴 System.IO.MemoryStream

ToCsvLine() 공개 정적인 메소드

public static ToCsvLine ( this e, TextWriter writer ) : void
e this
writer System.IO.TextWriter
리턴 void

ToSelectListItems() 공개 정적인 메소드

public static ToSelectListItems ( this items ) : List
items this
리턴 List