App MethodsVis2 NodeTrix CodeDokumentation
The App type exposes the following members.
Methods

  NameDescription
Public methodOnlineCheckAccess
Determines whether the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFindResource
Searches for a user interface (UI) resource, such as a OnlineStyle or OnlineBrush, with the specified key, and throws an exception if the requested resource is not found (see Resources Overview).
(Inherited from OnlineApplication.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInitializeComponent
InitializeComponent
Public methodStatic memberMain
Application Entry Point.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineOnActivated
Raises the OnlineActivated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnDeactivated
Raises the OnlineDeactivated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnExit
Raises the OnlineExit event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnFragmentNavigation
Raises the OnlineFragmentNavigation event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnLoadCompleted
Raises the OnlineLoadCompleted event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigated
Raises the OnlineNavigated event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigating
Raises the OnlineNavigating event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationFailed
Raises the OnlineNavigationFailed event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationProgress
Raises the OnlineNavigationProgress event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnNavigationStopped
Raises the OnlineNavigationStopped event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnSessionEnding
Raises the OnlineSessionEnding event.
(Inherited from OnlineApplication.)
Protected methodOnlineOnStartup
Raises the OnlineStartup event.
(Inherited from OnlineApplication.)
Public methodOnlineRun 
Starts a Windows Presentation Foundation (WPF) application.
(Inherited from OnlineApplication.)
Public methodOnlineRun(Window)
Starts a Windows Presentation Foundation (WPF) application and opens the specified window.
(Inherited from OnlineApplication.)
Public methodOnlineShutdown 
Shuts down an application.
(Inherited from OnlineApplication.)
Public methodOnlineShutdown(Int32)
Shuts down an application that returns the specified exit code to the operating system.
(Inherited from OnlineApplication.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTryFindResource
Searches for the specified resource.
(Inherited from OnlineApplication.)
Public methodOnlineVerifyAccess
Enforces that the calling thread has access to this OnlineDispatcherObject.
(Inherited from OnlineDispatcherObject.)
Back to Top
See Also