iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > C# .NET Support > Garbage Collection Issues > Parsing with Stubcode |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
No problem. When parsing a message with the stubcode interface to Chameleon, the generated <prefix>Engine object in the ParseMessage method has a try...finally clause. This ensures that the Dispose() method is called on the message object after the On<Message Name>Message has returned. |