DXDiagnosticsIs |
IsResourceTrackingEnabled gets or sets a Boolean that specifies if DirectX resources construction and disposal is tracked with DXEngine.
To get a more detailed information about COM object construction and destruction it is possible to use ObjectTracker from SharpDX. To enable it set the SharpDX.Configuration.EnableObjectTracking to true. Then call the SharpDX.Diagnostics.ObjectTracker.ReportActiveObjects() method to get report of live object and the call stack to their construction.