Denso BHT-200QW Specifikace Strana 346

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 377
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 345
- 344 -
Dispose
Frees up all unmanaged resources.
This function must be called before instances of the CommSerial class are no longer referenced.
Syntax
[VB]
Public Sub Dispose()
[C#]
public void Dispose()
Parameters
None
Return value
None
Exceptions
None
Note
This function must be called before instances of the CommSerial class are no longer
referenced.
[VB]
Private Sub Form1_Closed(ByVal sender As Object, ByVal e As System.EventArgs)
Handles MyBase.Closed
MyComm.Dispose()
End Sub
[C#]
private void Form1_Closed(object sender, EventArgs e)
{
MyComm.Dispose();
}
Zobrazit stránku 345
1 2 ... 341 342 343 344 345 346 347 348 349 350 351 ... 376 377

Komentáře k této Příručce

Žádné komentáře