C# Class Launchy.MyUtilities

Mostra file Open project: marpe/Launchy

Public Methods

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

Private Methods

Method Description
DeleteObject ( IntPtr hObject ) : bool

Method Details

FindWindow() public static method

public static FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow
title string
return ManagedWinapi.Windows.SystemWindow

MyStartsWith() public static method

public static MyStartsWith ( this a, string b ) : bool
a this
b string
return bool

ToImageSource() public static method

public static ToImageSource ( this icon ) : ImageSource
icon this
return ImageSource