C# 클래스 Launchy.MyUtilities

파일 보기 프로젝트 열기: marpe/Launchy

공개 메소드들

메소드 설명
FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow
MyStartsWith ( this a, string b ) : bool
ToImageSource ( this icon ) : ImageSource

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr hObject ) : bool

메소드 상세

FindWindow() 공개 정적인 메소드

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

MyStartsWith() 공개 정적인 메소드

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

ToImageSource() 공개 정적인 메소드

public static ToImageSource ( this icon ) : ImageSource
icon this
리턴 ImageSource