private static void *__CopyValue(global::libxml.XmlGlobalState.__Internal native) { var ret = Marshal.AllocHGlobal(sizeof(global::libxml.XmlGlobalState.__Internal)); *(global::libxml.XmlGlobalState.__Internal *)ret = native; return(ret.ToPointer()); }
private XmlGlobalState(global::libxml.XmlGlobalState.__Internal native, bool skipVTables = false) : this(__CopyValue(native), skipVTables) { __ownsNativeInstance = true; NativeToManagedMap[__Instance] = this; }
internal static global::libxml.XmlGlobalState __CreateInstance(global::libxml.XmlGlobalState.__Internal native, bool skipVTables = false) { return(new global::libxml.XmlGlobalState(native, skipVTables)); }