Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
.NET Framework Class Library for Silverlight
ExecutionStates Enumeration

[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines constants that indicate the state of an application that can run offline.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Visual Basic (Declaration)
Public Enumeration ExecutionStates
Visual Basic (Usage)
Dim instance As ExecutionStates
C#
public enum ExecutionStates
Member nameDescription
RunningOnlineThe application is running within its host Web page.
DetachingThe application is in the process of detaching from its host Web page.
DetachedThe application is running in offline mode, detached from its host Web page.
DetachedUpdatesAvailableThe application is running in offline mode, but a newer version of the application has been downloaded and will be used the next time that the application is launched.
DetachFailedThe application could not be detached from its host Web page.

This enumeration is used by the Application..::.ExecutionState property.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker