LLDB.Block.GetRangeStartAddress C# (CSharp) 메소드

GetRangeStartAddress() 공개 메소드

public GetRangeStartAddress ( uint idx ) : LLDB.Address
idx uint
리턴 LLDB.Address
        public LLDB.Address GetRangeStartAddress(uint idx)
        {
            var __ret = new LLDB.Address.Internal();
            Internal.GetRangeStartAddress_0((__Instance + __PointerAdjustment), new IntPtr(&__ret), idx);
            return LLDB.Address.__CreateInstance(__ret);
        }