PrtEngine.Finalize() Method (Microsoft.DirectX.Direct3D)

Allows the PrtEngine object to free resources before it is destroyed by the garbage collector.

Definition

Visual BasicOverrides Protected Sub Finalize()
C#~PrtEngine();
C++!PrtEngine();
JScriptprotected override function Finalize();

Remarks

Called during garbage collection.

Show: