LLDB.SymbolContext.GetBlock C# (CSharp) Méthode

GetBlock() public méthode

public GetBlock ( ) : LLDB.Block
Résultat LLDB.Block
        public LLDB.Block GetBlock()
        {
            var __ret = new LLDB.Block.Internal();
            Internal.GetBlock_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment));
            return LLDB.Block.__CreateInstance(__ret);
        }