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);
        }