예제 #1
0
파일: Std.cs 프로젝트: tritao/CppSharp
 private allocator(allocator.Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance = true;
     NativeToManagedMap[__Instance] = this;
 }
예제 #2
0
파일: Std.cs 프로젝트: tritao/CppSharp
 public static allocator __CreateInstance(allocator.Internal native, bool skipVTables = false)
 {
     return new allocator(native, skipVTables);
 }
예제 #3
0
파일: Std.cs 프로젝트: tritao/CppSharp
 private static void* __CopyValue(allocator.Internal native)
 {
     var ret = Marshal.AllocHGlobal(0);
     *(allocator.Internal*) ret = native;
     return ret.ToPointer();
 }
예제 #4
0
 ulong sinceWhen, TimeSpan latency, FSEventStreamCreateFlags flags) => FSEventStreamInit(allocator, deviceToWatch, pathsToWatchRelativeToDevice, sinceWhen, latency, flags);