예제 #1
0
파일: Std.cs 프로젝트: wuscier/CppSharp
            private static void *__CopyValue(global::Std.__1.Allocator.__Internal native)
            {
                var ret = Marshal.AllocHGlobal(sizeof(global::Std.__1.Allocator.__Internal));

                *(global::Std.__1.Allocator.__Internal *)ret = native;
                return(ret.ToPointer());
            }
예제 #2
0
파일: Std.cs 프로젝트: wuscier/CppSharp
 private Allocator(global::Std.__1.Allocator.__Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance           = true;
     NativeToManagedMap[__Instance] = this;
 }
예제 #3
0
파일: Std.cs 프로젝트: wuscier/CppSharp
 internal static global::Std.__1.Allocator __CreateInstance(global::Std.__1.Allocator.__Internal native, bool skipVTables = false)
 {
     return(new Allocator(native, skipVTables));
 }