C# 클래스 GmailNotifier.SoundUtil

파일 보기 프로젝트 열기: kwerty/Gmail-Notifier 1 사용 예제들

공개 메소드들

메소드 설명
PlaySound ( string path ) : void
PlayWindowsSound ( string name ) : void

비공개 메소드들

메소드 설명
PlaySound ( string pszSound, IntPtr hMod, SoundFlags sf ) : bool

메소드 상세

PlaySound() 공개 정적인 메소드

public static PlaySound ( string path ) : void
path string
리턴 void

PlayWindowsSound() 공개 정적인 메소드

public static PlayWindowsSound ( string name ) : void
name string
리턴 void