LLDB.ModuleSpecList.GetSpecAtIndex C# (CSharp) Метод

GetSpecAtIndex() публичный Метод

public GetSpecAtIndex ( uint i ) : LLDB.ModuleSpec
i uint
Результат 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);
        }