Interface IDeepHook
-
public interface IDeepHookThis type is used to pass an object from the agent to the API. It should not be directly used by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDeepdeepService()Get the deep service from the agent.IReflectionreflectionService()Get the configured reflection api.
-
-
-
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.
-
-