C# Class LitDev.Utilities

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
CSV string
CSVplaceHolder string
URL string
bBorder bool
bScreenCapture bool
bShowErrors bool
bShowFileErrors bool
bShowNoShapeErrors bool
bTextWindow bool
formEvents FormEvents
formEventsThread Thread

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CSVParse ( string item, bool bToCSV ) : string
doUpdates_Delegate ( ) : void

Method Details

ArrayParse() public static méthode

public static ArrayParse ( string item ) : string
item string
Résultat string

ClearMediaPlayer() public static méthode

public static ClearMediaPlayer ( string wavFile ) : void
wavFile string
Résultat void

CreateArrayMap() public static méthode

public static CreateArrayMap ( Primitive array ) : Primitive
array Primitive
Résultat Primitive

ForegroundHandle() public static méthode

public static ForegroundHandle ( ) : WinHandle
Résultat WinHandle

GWHandle() public static méthode

public static GWHandle ( ) : WinHandle
Résultat WinHandle

GetCurrentMethod() public static méthode

public static GetCurrentMethod ( ) : string
Résultat string

OnError() public static méthode

public static OnError ( string method, Exception ex ) : void
method string
ex System.Exception
Résultat void

OnFileError() public static méthode

public static OnFileError ( string method, string fileName ) : void
method string
fileName string
Résultat void

OnShapeError() public static méthode

public static OnShapeError ( string method, string shapeName ) : void
method string
shapeName string
Résultat void

ReadCSV() public static méthode

public static ReadCSV ( string fileName, bool bTranspose ) : string
fileName string
bTranspose bool
Résultat string

ShowFormEvents() public static méthode

public static ShowFormEvents ( ) : void
Résultat void

TWHandle() public static méthode

public static TWHandle ( ) : WinHandle
Résultat WinHandle

WriteCSV() public static méthode

public static WriteCSV ( string fileName, string array ) : void
fileName string
array string
Résultat void

captureGW() public static méthode

public static captureGW ( ) : System.Drawing.Image
Résultat System.Drawing.Image

captureWindow() public static méthode

public static captureWindow ( IntPtr handle ) : System.Drawing.Image
handle System.IntPtr
Résultat System.Drawing.Image

doUpdates() public static méthode

public static doUpdates ( ) : void
Résultat void

getBitmapFrame() public static méthode

public static getBitmapFrame ( System.Windows.Controls.Canvas controlToConvert ) : System.Windows.Media.Imaging.BitmapFrame
controlToConvert System.Windows.Controls.Canvas
Résultat System.Windows.Media.Imaging.BitmapFrame

getByte() public static méthode

public static getByte ( int value ) : byte
value int
Résultat byte

getDecimal() public static méthode

public static getDecimal ( string value ) : Decimal
value string
Résultat Decimal

getDouble() public static méthode

public static getDouble ( string value ) : double
value string
Résultat double

getInt() public static méthode

public static getInt ( string value ) : int
value string
Résultat int

getString() public static méthode

public static getString ( Primitive value ) : string
value Primitive
Résultat string

getWindowResize() public static méthode

public static getWindowResize ( ) : int
Résultat int

getWindowState() public static méthode

public static getWindowState ( ) : int
Résultat int

getWindowStyle() public static méthode

public static getWindowStyle ( ) : int
Résultat int

isBulitin() public static méthode

public static isBulitin ( Object obj ) : bool
obj Object
Résultat bool

printWindow() public static méthode

public static printWindow ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void
sender object
e System.Drawing.Printing.PrintPageEventArgs
Résultat void

saveImage() public static méthode

public static saveImage ( System.Windows.Media.Imaging.BitmapFrame bitmapFrame, string fileName ) : void
bitmapFrame System.Windows.Media.Imaging.BitmapFrame
fileName string
Résultat void

saveImage() public static méthode

public static saveImage ( System.Drawing.Image img, string fileName ) : void
img System.Drawing.Image
fileName string
Résultat void

setWindowResize() public static méthode

public static setWindowResize ( int iState ) : void
iState int
Résultat void

setWindowState() public static méthode

public static setWindowState ( int iState ) : void
iState int
Résultat void

setWindowStyle() public static méthode

public static setWindowStyle ( int iStyle ) : void
iStyle int
Résultat void

Property Details

CSV public_oe static_oe property

public static string CSV
Résultat string

CSVplaceHolder public_oe static_oe property

public static string CSVplaceHolder
Résultat string

URL public_oe static_oe property

public static string URL
Résultat string

bBorder public_oe static_oe property

public static bool bBorder
Résultat bool

bScreenCapture public_oe static_oe property

public static bool bScreenCapture
Résultat bool

bShowErrors public_oe static_oe property

public static bool bShowErrors
Résultat bool

bShowFileErrors public_oe static_oe property

public static bool bShowFileErrors
Résultat bool

bShowNoShapeErrors public_oe static_oe property

public static bool bShowNoShapeErrors
Résultat bool

bTextWindow public_oe static_oe property

public static bool bTextWindow
Résultat bool

formEvents public_oe static_oe property

public static FormEvents,LitDev formEvents
Résultat FormEvents

formEventsThread public_oe static_oe property

public static Thread formEventsThread
Résultat Thread