You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the detection functionality is setup to decorate items like app domains, assemblies, types, and instances. It's setup to provide back the results in a hierarchical structure but still allow a quick call to get all the levels and a quick way to flatten the results.
There might not be much more to comment on for this subject, or there may be different quick use cases. The scanner class currently contains all detection logic, but some aggregation logic is found in the doc class definition.
Currently the detection functionality is setup to decorate items like app domains, assemblies, types, and instances. It's setup to provide back the results in a hierarchical structure but still allow a quick call to get all the levels and a quick way to flatten the results.
There might not be much more to comment on for this subject, or there may be different quick use cases. The scanner class currently contains all detection logic, but some aggregation logic is found in the doc class definition.
https://github.com/rskopecek/CodeDocs/tree/master/src/CodeDocs/Detection
The text was updated successfully, but these errors were encountered: