|  | UIRendererDispose Method (Boolean) | 
            Releases the unmanaged resources used by an instance of the 
UIRenderer class 
            and optionally releases the managed resources.
            
 
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
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: SystemBoolean
 to release both managed and unmanaged resources; 
             to release only unmanaged resources.
 See Also
See Also