Exemple #1
0
 void ProfilerBegin(IntPtr thisPtr, sbyte *name, int color, sbyte *filePath, ushort line)
 {
     handler.ProfilerBegin(new string(name), color, new string(filePath), line);
 }