Interface IDeepHook


  • public interface IDeepHook
    This type is used to pass an object from the agent to the API. It should not be directly used by clients.
    • Method Detail

      • deepService

        IDeep deepService()
        Get the deep service from the agent.
        Returns:
        the deep agent.
      • reflectionService

        IReflection reflectionService()
        Get the configured reflection api.
        Returns:
        the reflection api.