IVsProfilableProjectCfg.BeforeTargetsLaunched Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task to run before profiling of targets starts. Call this method after the monitor starts and after instrumentation (except for dynamic website instrumentation). Call this method before any launch targets are started.
public:
void BeforeTargetsLaunched();
public:
void BeforeTargetsLaunched();
void BeforeTargetsLaunched();
public void BeforeTargetsLaunched ();
abstract member BeforeTargetsLaunched : unit -> unit
Public Sub BeforeTargetsLaunched ()