示例#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));
 }