コード例 #1
0
 private static extern void Control_Injected(ref ProfilerRecorder handle, ProfilerRecorder.ControlOptions options);
コード例 #2
0
 private static void Control(ProfilerRecorder handle, ProfilerRecorder.ControlOptions options)
 {
     ProfilerRecorder.Control_Injected(ref handle, options);
 }