Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Partition of ICorDebug

The ICorDebug API (the API for debugging managed apps) is about 70 total interfaces.

Here is how I'd group the interfaces together, along with my random comments about

how various interfaces fit into the big picture.

A quick comment about interface versioning:

1. ICorDebug is a COM-classic unmanaged interface. Most of the interfaces are derived from

IUnknown because we wanted to avoid the diamond-inheritance problem when we needed to add

version 2 interfaces. I've left the "Derives From" column blank if an interface derives

from IUnknown.

2. Version 2 interfaces have the previous interface's name appended with a version number.

(eg, "IFoo2")

I'd roughly partition it into the following groups:

Top-level: ICorDebug + ICorDebug2 are the top-level interfaces which effectively serve as

a collection of ICorDebugProcess objects.

Mike Stall Blog

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.