C# 클래스 LitDev.Utilities

파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
CSV string
CSVplaceHolder string
URL string
bBorder bool
bScreenCapture bool
bShowErrors bool
bShowFileErrors bool
bShowNoShapeErrors bool
bTextWindow bool
formEvents FormEvents
formEventsThread Thread

공개 메소드들

메소드 설명
ArrayParse ( string item ) : string
ClearMediaPlayer ( string wavFile ) : void
CreateArrayMap ( Primitive array ) : Primitive
ForegroundHandle ( ) : WinHandle
GWHandle ( ) : WinHandle
GetCurrentMethod ( ) : string
OnError ( string method, Exception ex ) : void
OnFileError ( string method, string fileName ) : void
OnShapeError ( string method, string shapeName ) : void
ReadCSV ( string fileName, bool bTranspose ) : string
ShowFormEvents ( ) : void
TWHandle ( ) : WinHandle
WriteCSV ( string fileName, string array ) : void
captureGW ( ) : System.Drawing.Image
captureWindow ( IntPtr handle ) : System.Drawing.Image
doUpdates ( ) : void
getBitmapFrame ( System.Windows.Controls.Canvas controlToConvert ) : System.Windows.Media.Imaging.BitmapFrame
getByte ( int value ) : byte
getDecimal ( string value ) : Decimal
getDouble ( string value ) : double
getInt ( string value ) : int
getString ( Primitive value ) : string
getWindowResize ( ) : int
getWindowState ( ) : int
getWindowStyle ( ) : int
isBulitin ( Object obj ) : bool
printWindow ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void
saveImage ( System.Windows.Media.Imaging.BitmapFrame bitmapFrame, string fileName ) : void
saveImage ( System.Drawing.Image img, string fileName ) : void
setWindowResize ( int iState ) : void
setWindowState ( int iState ) : void
setWindowStyle ( int iStyle ) : void

비공개 메소드들

메소드 설명
CSVParse ( string item, bool bToCSV ) : string
doUpdates_Delegate ( ) : void

메소드 상세

ArrayParse() 공개 정적인 메소드

public static ArrayParse ( string item ) : string
item string
리턴 string

ClearMediaPlayer() 공개 정적인 메소드

public static ClearMediaPlayer ( string wavFile ) : void
wavFile string
리턴 void

CreateArrayMap() 공개 정적인 메소드

public static CreateArrayMap ( Primitive array ) : Primitive
array Primitive
리턴 Primitive

ForegroundHandle() 공개 정적인 메소드

public static ForegroundHandle ( ) : WinHandle
리턴 WinHandle

GWHandle() 공개 정적인 메소드

public static GWHandle ( ) : WinHandle
리턴 WinHandle

GetCurrentMethod() 공개 정적인 메소드

public static GetCurrentMethod ( ) : string
리턴 string

OnError() 공개 정적인 메소드

public static OnError ( string method, Exception ex ) : void
method string
ex System.Exception
리턴 void

OnFileError() 공개 정적인 메소드

public static OnFileError ( string method, string fileName ) : void
method string
fileName string
리턴 void

OnShapeError() 공개 정적인 메소드

public static OnShapeError ( string method, string shapeName ) : void
method string
shapeName string
리턴 void

ReadCSV() 공개 정적인 메소드

public static ReadCSV ( string fileName, bool bTranspose ) : string
fileName string
bTranspose bool
리턴 string

ShowFormEvents() 공개 정적인 메소드

public static ShowFormEvents ( ) : void
리턴 void

TWHandle() 공개 정적인 메소드

public static TWHandle ( ) : WinHandle
리턴 WinHandle

WriteCSV() 공개 정적인 메소드

public static WriteCSV ( string fileName, string array ) : void
fileName string
array string
리턴 void

captureGW() 공개 정적인 메소드

public static captureGW ( ) : System.Drawing.Image
리턴 System.Drawing.Image

captureWindow() 공개 정적인 메소드

public static captureWindow ( IntPtr handle ) : System.Drawing.Image
handle System.IntPtr
리턴 System.Drawing.Image

doUpdates() 공개 정적인 메소드

public static doUpdates ( ) : void
리턴 void

getBitmapFrame() 공개 정적인 메소드

public static getBitmapFrame ( System.Windows.Controls.Canvas controlToConvert ) : System.Windows.Media.Imaging.BitmapFrame
controlToConvert System.Windows.Controls.Canvas
리턴 System.Windows.Media.Imaging.BitmapFrame

getByte() 공개 정적인 메소드

public static getByte ( int value ) : byte
value int
리턴 byte

getDecimal() 공개 정적인 메소드

public static getDecimal ( string value ) : Decimal
value string
리턴 Decimal

getDouble() 공개 정적인 메소드

public static getDouble ( string value ) : double
value string
리턴 double

getInt() 공개 정적인 메소드

public static getInt ( string value ) : int
value string
리턴 int

getString() 공개 정적인 메소드

public static getString ( Primitive value ) : string
value Primitive
리턴 string

getWindowResize() 공개 정적인 메소드

public static getWindowResize ( ) : int
리턴 int

getWindowState() 공개 정적인 메소드

public static getWindowState ( ) : int
리턴 int

getWindowStyle() 공개 정적인 메소드

public static getWindowStyle ( ) : int
리턴 int

isBulitin() 공개 정적인 메소드

public static isBulitin ( Object obj ) : bool
obj Object
리턴 bool

printWindow() 공개 정적인 메소드

public static printWindow ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void
sender object
e System.Drawing.Printing.PrintPageEventArgs
리턴 void

saveImage() 공개 정적인 메소드

public static saveImage ( System.Windows.Media.Imaging.BitmapFrame bitmapFrame, string fileName ) : void
bitmapFrame System.Windows.Media.Imaging.BitmapFrame
fileName string
리턴 void

saveImage() 공개 정적인 메소드

public static saveImage ( System.Drawing.Image img, string fileName ) : void
img System.Drawing.Image
fileName string
리턴 void

setWindowResize() 공개 정적인 메소드

public static setWindowResize ( int iState ) : void
iState int
리턴 void

setWindowState() 공개 정적인 메소드

public static setWindowState ( int iState ) : void
iState int
리턴 void

setWindowStyle() 공개 정적인 메소드

public static setWindowStyle ( int iStyle ) : void
iStyle int
리턴 void

프로퍼티 상세

CSV 공개적으로 정적으로 프로퍼티

public static string CSV
리턴 string

CSVplaceHolder 공개적으로 정적으로 프로퍼티

public static string CSVplaceHolder
리턴 string

URL 공개적으로 정적으로 프로퍼티

public static string URL
리턴 string

bBorder 공개적으로 정적으로 프로퍼티

public static bool bBorder
리턴 bool

bScreenCapture 공개적으로 정적으로 프로퍼티

public static bool bScreenCapture
리턴 bool

bShowErrors 공개적으로 정적으로 프로퍼티

public static bool bShowErrors
리턴 bool

bShowFileErrors 공개적으로 정적으로 프로퍼티

public static bool bShowFileErrors
리턴 bool

bShowNoShapeErrors 공개적으로 정적으로 프로퍼티

public static bool bShowNoShapeErrors
리턴 bool

bTextWindow 공개적으로 정적으로 프로퍼티

public static bool bTextWindow
리턴 bool

formEvents 공개적으로 정적으로 프로퍼티

public static FormEvents,LitDev formEvents
리턴 FormEvents

formEventsThread 공개적으로 정적으로 프로퍼티

public static Thread formEventsThread
리턴 Thread