LLDB.Target.RemoveModule C# (CSharp) Method

RemoveModule() public method

public RemoveModule ( LLDB module ) : bool
module LLDB
return bool
        public bool RemoveModule(LLDB.Module module)
        {
            var arg0 = ReferenceEquals(module, null) ? new LLDB.Module.Internal() : *(LLDB.Module.Internal*) (module.__Instance);
            var __ret = Internal.RemoveModule_0((__Instance + __PointerAdjustment), arg0);
            return __ret;
        }