Beispiel #1
0
 protected ParserTargetInfo(ParserTargetInfo.Internal *native, bool skipVTables = false)
 {
     if (native == null)
     {
         return;
     }
     __Instance = new global::System.IntPtr(native);
 }
Beispiel #2
0
 protected ParserTargetInfo(ParserTargetInfo.Internal *native, bool isInternalImpl = false)
 {
     __Instance = new global::System.IntPtr(native);
 }
Beispiel #3
0
 internal ParserTargetInfo(ParserTargetInfo.Internal *native)
     : this(new global::System.IntPtr(native))
 {
 }