Click or drag to resize

featurePropertiesdeveloper_DisposableObjStackTraceLevel Property

Specifies the number of stack frames to capture (default is first 3) when creating a disposable object like DataReader, or Mapper. Those stack frames will be reported in the devlog if the Dispoable Object is not closed prior to disposing. Set value to 0 to disable this feature.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int developer_DisposableObjStackTraceLevel { get; }

Property Value

Type: Int32
Specifies the number of stack frames to capture (default is first 3) when creating a disposable object like DataReader, or Mapper. Those stack frames will be reported in the devlog if the Dispoable Object is not closed prior to disposing. Set value to 0 to disable this feature.
See Also