Property of IApplication
Shell Object
Read-Only Property of type IShell
var pShellObj = Application.Shell;
pShellObj = Application.Shell
CComPtr<IShell> pShellObj; HRESULT hr = Application.get_Shell(&pShellObj);
IApplication