Runtime.GetSurfacedObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a list of all the Objective-C objects that have been surfaced to the managed world.
public static System.Collections.Generic.List<WeakReference> GetSurfacedObjects ();
static member GetSurfacedObjects : unit -> System.Collections.Generic.List<WeakReference>
Returns
Remarks
The list contains weak references, to allow GC to take place.
This method is only for diagnostic purposes, and should not be relied upon.