C# Class YATA.CWAVs_dumper

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: exelix11/YATA-PLUS Class Usage Examples

Méthodes publiques

Méthode Description
CWAVs_dumper ( ) : System
SearchBytePattern ( byte pattern, Stream bytes ) : List

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CWAVs_dumper_Load ( object sender, EventArgs e ) : void
DisposeMusic ( ) : void
Frm_closing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnPlaybackStopped ( object sender, NAudio.Wave.StoppedEventArgs e ) : void
PlayWave ( string File ) : void
button1_Click ( object sender, EventArgs e ) : void
button1_Click_1 ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
clean ( ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

CWAVs_dumper() public méthode

public CWAVs_dumper ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SearchBytePattern() public méthode

public SearchBytePattern ( byte pattern, Stream bytes ) : List
pattern byte
bytes Stream
Résultat List