Dispose Method (Boolean)
From Project Mercury API
| Project Mercury API Reference |
| Renderer..::.Dispose Method (Boolean) |
| Renderer Class See Also Send Feedback |
[This is preliminary documentation and is subject to change.]
Releases unmanaged and - optionally - managed resources
Namespace:
ProjectMercury.Renderers
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
protected virtual void Dispose( bool disposing ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
| Visual C++ |
|---|
protected: virtual void Dispose( bool disposing ) |
Parameters
- disposing
- Type: System..::.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.