Click or drag to resize
HyperTextProcessorDispose Method
Releases all resource used by the HyperTextProcessor object.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
Remarks
Call Dispose when you are finished using the HyperTextProcessor. The Dispose method leaves the HyperTextProcessor in an unusable state. After calling Dispose, you must release all references to the HyperTextProcessor so the garbage collector can reclaim the memory that the HyperTextProcessor was occupying.
See Also