Hello NI Engineers,
Does NI Test Stand have a garbage collector?
meaning: if i have .net object reference (MyDotNEtObj = .Net)
i want to realse this object therefor im writing the follow code inside a Statment step:
MyDotNetObj = Nothing
does it cause to memory leak or maybe there is a garbage collector that recognise this object and automatic realse this object from the memory?
thanks, Yaniv