PartyProfilingMethodEntranceEventData

Information specific to the MethodEntrance type of profiling event.

Syntax

struct PartyProfilingMethodEntranceEventData {  
    PartyString methodName;  
}  

Members

methodName   PartyString

A string containing the fully qualified name of the method responsible for the callback.

Requirements

Header: Party.h

See also

Party members
PartyProfilingMethodEntranceCallback