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