C# 클래스 NewTOAPIA.Media.WinMM.PlaySound

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
PlaySoundFile ( string soundFile ) : void
PlaySystemSound ( string soundName ) : void

Plays a well known system sound.

StopAllSounds ( ) : void

비공개 메소드들

메소드 설명
PlaySound ( ) : System

메소드 상세

PlaySoundFile() 공개 정적인 메소드

public static PlaySoundFile ( string soundFile ) : void
soundFile string
리턴 void

PlaySystemSound() 공개 정적인 메소드

Plays a well known system sound.
public static PlaySystemSound ( string soundName ) : void
soundName string
리턴 void

StopAllSounds() 공개 정적인 메소드

public static StopAllSounds ( ) : void
리턴 void