C# Class ScriptCs.Gui.Gui

Inheritance: IScriptPackContext
Afficher le fichier Open project: hemme/scriptcs-gui

Méthodes publiques

Méthode Description
Drawing ( bool modal = false ) : System.Drawing.Graphics
GetClipboardText ( bool join = true ) : string
InSTA ( System.Action action, bool join = false ) : void

Starts a new thread in STA

OpenFileDialog ( string path = null, bool join = true ) : string
PopUp ( bool modal = false, Action initForm = null ) : StaForm
SaveFileDialog ( string path = null, bool join = true ) : string
SetClipboardText ( string text, bool join = true ) : void

Method Details

Drawing() public méthode

public Drawing ( bool modal = false ) : System.Drawing.Graphics
modal bool
Résultat System.Drawing.Graphics

GetClipboardText() public méthode

public GetClipboardText ( bool join = true ) : string
join bool
Résultat string

InSTA() public méthode

Starts a new thread in STA
public InSTA ( System.Action action, bool join = false ) : void
action System.Action The action to execute in the new thread
join bool Join the thread
Résultat void

OpenFileDialog() public méthode

public OpenFileDialog ( string path = null, bool join = true ) : string
path string
join bool
Résultat string

PopUp() public méthode

public PopUp ( bool modal = false, Action initForm = null ) : StaForm
modal bool
initForm Action
Résultat StaForm

SaveFileDialog() public méthode

public SaveFileDialog ( string path = null, bool join = true ) : string
path string
join bool
Résultat string

SetClipboardText() public méthode

public SetClipboardText ( string text, bool join = true ) : void
text string
join bool
Résultat void