LLDB.Target.GetModuleAtIndex C# (CSharp) Method

GetModuleAtIndex() public method

public GetModuleAtIndex ( uint idx ) : LLDB.Module
idx uint
return LLDB.Module
        public LLDB.Module GetModuleAtIndex(uint idx)
        {
            var __ret = new LLDB.Module.Internal();
            Internal.GetModuleAtIndex_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), idx);
            return LLDB.Module.__CreateInstance(__ret);
        }