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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDeep
deepService()
Get the deep service from the agent.IReflection
reflectionService()
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.
-
-