C# Class MonoDevelop.Platform.WindowsPlatform

Inheritance: MonoDevelop.Ide.Desktop.PlatformService
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode Description
CreateFromResource ( Bitmap bitmap ) : Gdk.Pixbuf
GetApplications ( string filename ) : IEnumerable
GetFileAttributes ( string fileName ) : object
GetUsableMonitorGeometry ( int screenNumber, int monitor_id ) : Xwt.Rectangle
Initialize ( ) : void
LoadNativeToolkit ( ) : Xwt.Toolkit
OpenFolder ( FilePath folderPath, FilePath selectFiles ) : void
OpenTerminal ( FilePath directory, string>.IDictionary environmentVariables, string title ) : void
QueryAssociationString ( string assoc, AssociationString str, AssociationFlags flags, string extra = null ) : string
SetFileAttributes ( string fileName, object attributes ) : void
SetGlobalMenu ( Components commandManager, string commandMenuAddinPath, string appMenuAddinPath ) : bool
SetGlobalProgressBar ( double progress ) : void
ShowGlobalProgressBarError ( ) : void
ShowGlobalProgressBarIndeterminate ( ) : void
StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary environmentVariables, string title, bool pauseWhenFinished ) : MonoDevelop.Core.Execution.ProcessAsyncOperation

Méthodes protégées

Méthode Description
CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles
OnGetMimeTypeDescription ( string mimeType ) : string
OnGetMimeTypeForUri ( string uri ) : string

Private Methods

Méthode Description
AttachMainToolbar ( Gtk parent, Components toolbar ) : void
CreateConsoleStartInfo ( string command, string arguments, string workingDirectory, string>.IDictionary environmentVariables, string title, bool pauseWhenFinished ) : ProcessStartInfo
CreateMainToolbar ( Gtk window ) : Components.MainToolbar.IMainToolbarView
EnumDisplayMonitors ( IntPtr hdc, IntPtr clip, EnumMonitorsCallback callback, IntPtr user_data ) : int
GetAppsForExtension ( string extension ) : IEnumerable
GetMonitorInfoA ( IntPtr hmonitor, MonitorInfo &info ) : int
GetOpenWithProgidsKeys ( string extension ) : IEnumerable
ILCreateFromPath ( [ pszPath ) : IntPtr
ILFree ( IntPtr pidl ) : void
SHOpenFolderAndSelectItems ( IntPtr pidlFolder, uint cidl, [ apidl, uint dwFlags ) : int
SetMainWindowDecorations ( Gtk window ) : void
SetupMenu ( ) : void
WindowsAppFromName ( string appName, bool isDefault, AssociationFlags flags ) : WindowsDesktopApplication

Method Details

CreateFromResource() public méthode

public CreateFromResource ( Bitmap bitmap ) : Gdk.Pixbuf
bitmap System.Drawing.Bitmap
Résultat Gdk.Pixbuf

CreateRecentFilesProvider() protected méthode

protected CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles
Résultat MonoDevelop.Ide.Desktop.RecentFiles

GetApplications() public méthode

public GetApplications ( string filename ) : IEnumerable
filename string
Résultat IEnumerable

GetFileAttributes() public méthode

public GetFileAttributes ( string fileName ) : object
fileName string
Résultat object

GetUsableMonitorGeometry() public méthode

public GetUsableMonitorGeometry ( int screenNumber, int monitor_id ) : Xwt.Rectangle
screenNumber int
monitor_id int
Résultat Xwt.Rectangle

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadNativeToolkit() public méthode

public LoadNativeToolkit ( ) : Xwt.Toolkit
Résultat Xwt.Toolkit

OnGetMimeTypeDescription() protected méthode

protected OnGetMimeTypeDescription ( string mimeType ) : string
mimeType string
Résultat string

OnGetMimeTypeForUri() protected méthode

protected OnGetMimeTypeForUri ( string uri ) : string
uri string
Résultat string

OpenFolder() public méthode

public OpenFolder ( FilePath folderPath, FilePath selectFiles ) : void
folderPath FilePath
selectFiles FilePath
Résultat void

OpenTerminal() public méthode

public OpenTerminal ( FilePath directory, string>.IDictionary environmentVariables, string title ) : void
directory FilePath
environmentVariables string>.IDictionary
title string
Résultat void

QueryAssociationString() public static méthode

public static QueryAssociationString ( string assoc, AssociationString str, AssociationFlags flags, string extra = null ) : string
assoc string
str AssociationString
flags AssociationFlags
extra string
Résultat string

SetFileAttributes() public méthode

public SetFileAttributes ( string fileName, object attributes ) : void
fileName string
attributes object
Résultat void

SetGlobalMenu() public méthode

public SetGlobalMenu ( Components commandManager, string commandMenuAddinPath, string appMenuAddinPath ) : bool
commandManager Components
commandMenuAddinPath string
appMenuAddinPath string
Résultat bool

SetGlobalProgressBar() public méthode

public SetGlobalProgressBar ( double progress ) : void
progress double
Résultat void

ShowGlobalProgressBarError() public méthode

public ShowGlobalProgressBarError ( ) : void
Résultat void

ShowGlobalProgressBarIndeterminate() public méthode

public ShowGlobalProgressBarIndeterminate ( ) : void
Résultat void

StartConsoleProcess() public méthode

public StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary environmentVariables, string title, bool pauseWhenFinished ) : MonoDevelop.Core.Execution.ProcessAsyncOperation
command string
arguments string
workingDirectory string
environmentVariables string>.IDictionary
title string
pauseWhenFinished bool
Résultat MonoDevelop.Core.Execution.ProcessAsyncOperation