C# Class Skybound.Gecko.LauncherDialog

Inheritance: nsIHelperAppLauncherDialog
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

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

Private Methods

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

Method Details

PromptForSaveToFile() public méthode

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

Show() public méthode

public Show ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : void
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
Résultat void