Пример #1
0
 private static extern int GetCount_Injected(ref ProfilerRecorder handle, ProfilerRecorder.CountOptions countOptions);
Пример #2
0
 private static int GetCount(ProfilerRecorder handle, ProfilerRecorder.CountOptions countOptions)
 {
     return(ProfilerRecorder.GetCount_Injected(ref handle, countOptions));
 }