VsShellUtilities.ShellIsZombie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Shell will be in zombie state when ShellIsInitialized is false (so during startup and shutdown)
public:
static property bool ShellIsZombie { bool get(); };
public:
static property bool ShellIsZombie { bool get(); };
public static bool ShellIsZombie { get; }
static member ShellIsZombie : bool
Public Shared ReadOnly Property ShellIsZombie As Boolean
Public ReadOnly Property ShellIsZombie As Boolean
Property Value
true
if the shell is in a zombie state, otherwise false
.