예제 #1
0
        private static void *__CopyValue(global::libxml.XmlOutputBuffer.__Internal native)
        {
            var ret = Marshal.AllocHGlobal(sizeof(global::libxml.XmlOutputBuffer.__Internal));

            *(global::libxml.XmlOutputBuffer.__Internal *)ret = native;
            return(ret.ToPointer());
        }
예제 #2
0
 private XmlOutputBuffer(global::libxml.XmlOutputBuffer.__Internal native, bool skipVTables = false)
     : this(__CopyValue(native), skipVTables)
 {
     __ownsNativeInstance           = true;
     NativeToManagedMap[__Instance] = this;
 }
예제 #3
0
 internal static global::libxml.XmlOutputBuffer __CreateInstance(global::libxml.XmlOutputBuffer.__Internal native, bool skipVTables = false)
 {
     return(new global::libxml.XmlOutputBuffer(native, skipVTables));
 }