VsShellUtilities.ShellIsZombie Property

Definition

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.

Applies to