LLDB.ModuleSpecList.GetSpecAtIndex C# (CSharp) Method

GetSpecAtIndex() public method

public GetSpecAtIndex ( uint i ) : LLDB.ModuleSpec
i uint
return LLDB.ModuleSpec
        public LLDB.ModuleSpec GetSpecAtIndex(uint i)
        {
            var __ret = new LLDB.ModuleSpec.Internal();
            Internal.GetSpecAtIndex_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), i);
            return LLDB.ModuleSpec.__CreateInstance(__ret);
        }