__gc class defining ...
-
Hi there, What is __gc statment before defining classes in manged code ? :confused: It's my first post in managed code form ;) My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
-
Hi there, What is __gc statment before defining classes in manged code ? :confused: It's my first post in managed code form ;) My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
__gc tells the compiler that what follows next is a managed type, ie it will be garbage collected. HTH, James Simplicity Rules!
-
__gc tells the compiler that what follows next is a managed type, ie it will be garbage collected. HTH, James Simplicity Rules!
Thanks for help :) My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie