C# Class Launchy.MyUtilities

Afficher le fichier Open project: marpe/Launchy

Méthodes publiques

Méthode Description
FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow
MyStartsWith ( this a, string b ) : bool
ToImageSource ( this icon ) : ImageSource

Private Methods

Méthode Description
DeleteObject ( IntPtr hObject ) : bool

Method Details

FindWindow() public static méthode

public static FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow
title string
Résultat ManagedWinapi.Windows.SystemWindow

MyStartsWith() public static méthode

public static MyStartsWith ( this a, string b ) : bool
a this
b string
Résultat bool

ToImageSource() public static méthode

public static ToImageSource ( this icon ) : ImageSource
icon this
Résultat ImageSource