Beispiel #1
0
 public static LLDB.TypeSynthetic CreateWithScriptCode(string data, uint options)
 {
     var arg0 = Marshal.StringToHGlobalAnsi(data);
     var __ret = new LLDB.TypeSynthetic.Internal();
     Internal.CreateWithScriptCode_0(new IntPtr(&__ret), arg0, options);
     Marshal.FreeHGlobal(arg0);
     return LLDB.TypeSynthetic.__CreateInstance(__ret);
 }
Beispiel #2
0
 public LLDB.TypeSynthetic GetSyntheticAtIndex(uint _0)
 {
     var __ret = new LLDB.TypeSynthetic.Internal();
     Internal.GetSyntheticAtIndex_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), _0);
     return LLDB.TypeSynthetic.__CreateInstance(__ret);
 }
Beispiel #3
0
 public LLDB.TypeSynthetic GetSyntheticForType(LLDB.TypeNameSpecifier _0)
 {
     var arg0 = ReferenceEquals(_0, null) ? new LLDB.TypeNameSpecifier.Internal() : *(LLDB.TypeNameSpecifier.Internal*) (_0.__Instance);
     var __ret = new LLDB.TypeSynthetic.Internal();
     Internal.GetSyntheticForType_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0);
     return LLDB.TypeSynthetic.__CreateInstance(__ret);
 }
Beispiel #4
0
 public LLDB.TypeSynthetic GetTypeSynthetic()
 {
     var __ret = new LLDB.TypeSynthetic.Internal();
     Internal.GetTypeSynthetic_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
     return LLDB.TypeSynthetic.__CreateInstance(__ret);
 }