Exemple #1
0
 internal Profiler(swig.Profiler profiler)
 {
     // CoreからのGet経由のみなら必要ない
     this.profiler = profiler;
     //GC.Profilers.AddObject(profiler.GetPtr(), this);
 }
Exemple #2
0
 internal Profiler(swig.Profiler profiler)
 {
     this.CoreInstance = profiler;
 }