C# 클래스 Skybound.Gecko.LauncherDialog

상속: nsIHelperAppLauncherDialog
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko

공개 메소드들

메소드 설명
PromptForSaveToFile ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, string aDefaultFileName, string aSuggestedFileExtension, bool aForcePrompt ) : nsILocalFile
Show ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : void

비공개 메소드들

메소드 설명
NS_NewNativeLocalFile ( Skybound.Gecko.nsACString path, bool followLinks, [ result ) : int

메소드 상세

PromptForSaveToFile() 공개 메소드

public PromptForSaveToFile ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, string aDefaultFileName, string aSuggestedFileExtension, bool aForcePrompt ) : nsILocalFile
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aDefaultFileName string
aSuggestedFileExtension string
aForcePrompt bool
리턴 nsILocalFile

Show() 공개 메소드

public Show ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : void
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
리턴 void