LLDB.Block.Block C# (CSharp) Method

Block() public method

public Block ( ) : System
return System
        public Block()
        {
            __Instance = Marshal.AllocHGlobal(4);
            __ownsNativeInstance = true;
            NativeToManagedMap[__Instance] = this;
            Internal.ctor_0((__Instance + __PointerAdjustment));
        }

Same methods

Block::Block ( Block native, bool skipVTables = false ) : System
Block::Block ( LLDB rhs ) : System
Block::Block ( void native, bool skipVTables = false ) : System