[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Clean up any resources being used.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
C# |
---|
protected override void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overrides Sub Dispose ( _
disposing As Boolean _
) |
F# |
---|
abstract Dispose :
disposing:bool -> unit
override Dispose :
disposing:bool -> unit |
Parameters
- disposing
- Type: System..::..Boolean
true if managed resources should be disposed; otherwise, false.
See Also