Description
Call this method before the RDKApplication variable is destroyed. Failure to do so may cause a memory leak in the RDK.
Syntax
object.Free
Arguments
None.
Return Value
None.
Example
Public Sub ShutDownApplication()
RDKApp.Free
End Sub