예제 #1
0
 public LLDB.ModuleSpec GetSpecAtIndex(uint i)
 {
     var __ret = new LLDB.ModuleSpec.Internal();
     Internal.GetSpecAtIndex_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), i);
     return LLDB.ModuleSpec.__CreateInstance(__ret);
 }
예제 #2
0
 public LLDB.ModuleSpec FindFirstMatchingSpec(LLDB.ModuleSpec match_spec)
 {
     if (ReferenceEquals(match_spec, null))
         throw new global::System.ArgumentNullException("match_spec", "Cannot be null because it is a C++ reference (&).");
     var arg0 = match_spec.__Instance;
     var __ret = new LLDB.ModuleSpec.Internal();
     Internal.FindFirstMatchingSpec_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0);
     return LLDB.ModuleSpec.__CreateInstance(__ret);
 }