ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ObjectTracker Class / FindActiveObjects Method

In This Topic
    FindActiveObjects Method
    In This Topic
    Reports all COM object that are active and not yet disposed.
    Syntax
    'Declaration
     
    Public Shared Function FindActiveObjects() As System.Collections.Generic.List(Of ObjectReference)
    public static System.Collections.Generic.List<ObjectReference> FindActiveObjects()
    See Also