Esempio n. 1
0
 private static extern void Control_Injected(ref ProfilerRecorder handle, ProfilerRecorder.ControlOptions options);
Esempio n. 2
0
 private static void Control(ProfilerRecorder handle, ProfilerRecorder.ControlOptions options)
 {
     ProfilerRecorder.Control_Injected(ref handle, options);
 }