C# 클래스 ScriptCs.Gui.Gui

상속: IScriptPackContext
파일 보기 프로젝트 열기: hemme/scriptcs-gui

공개 메소드들

메소드 설명
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

메소드 상세

Drawing() 공개 메소드

public Drawing ( bool modal = false ) : System.Drawing.Graphics
modal bool
리턴 System.Drawing.Graphics

GetClipboardText() 공개 메소드

public GetClipboardText ( bool join = true ) : string
join bool
리턴 string

InSTA() 공개 메소드

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
리턴 void

OpenFileDialog() 공개 메소드

public OpenFileDialog ( string path = null, bool join = true ) : string
path string
join bool
리턴 string

PopUp() 공개 메소드

public PopUp ( bool modal = false, Action initForm = null ) : StaForm
modal bool
initForm Action
리턴 StaForm

SaveFileDialog() 공개 메소드

public SaveFileDialog ( string path = null, bool join = true ) : string
path string
join bool
리턴 string

SetClipboardText() 공개 메소드

public SetClipboardText ( string text, bool join = true ) : void
text string
join bool
리턴 void