C# Класс Skybound.Gecko.LauncherDialog

Наследование: nsIHelperAppLauncherDialog
Показать файл Открыть проект

Открытые методы

Метод Описание
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