using AgentOnLoadFunction = jint (*)(JavaVM*, constchar*, void*); using AgentOnUnloadFunction = void (*)(JavaVM*);
// Agents are native libraries that will be loaded by the runtime for the purpose of // instrumentation. They will be entered by Agent_OnLoad or Agent_OnAttach depending on whether the // agent is being attached during runtime startup or later. // // The agent's Agent_OnUnload function will be called during runtime shutdown. // // TODO: consider splitting ti::Agent into command line, agent and shared library handler classes class Agent { public: const std::string& GetName() const { return name_;
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.