IVsProfilableProjectCfg.BeforeTargetsLaunched Method

Definition

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 ()

Applies to