Workarea.Dispose Method (Logic) | |
Releases the unmanaged resources used by the
Workarea and optionally releases the managed resources
Namespace:
XSharp.RDD
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax VIRTUAL METHOD Dispose(
disposing AS LOGIC
) AS VOID
public virtual void Dispose(
bool disposing
)
Request Example
View SourceParameters
- disposing
- Type: Logic
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also