C# Class Skybound.Gecko.LauncherDialog

Inheritance: nsIHelperAppLauncherDialog
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method Description
PromptForSaveToFile ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, string aDefaultFileName, string aSuggestedFileExtension, bool aForcePrompt ) : nsILocalFile
Show ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : void

Private Methods

Method Description
NS_NewNativeLocalFile ( Skybound.Gecko.nsACString path, bool followLinks, [ result ) : int

Method Details

PromptForSaveToFile() public method

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

Show() public method

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