 | PostProcessor.Dispose Method (Boolean) |
Releases the unmanaged resources used by an instance of the
PostProcessor class
and optionally releases the managed resources.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntaxprotected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
Parameters
- disposing
- Type: System.Boolean
true to release both managed and unmanaged resources;
false to release only unmanaged resources.
See Also