App ClassDelta Engine Documentation
Only one instance of the Editor will be allowed and we can send command line arguments to it. View code on GitHub
App
Inheritance Hierarchy

System Object
  System.Windows.Threading DispatcherObject
    System.Windows Application
      DeltaEngine.Editor App

Namespace: DeltaEngine.Editor
Assembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class App : Application, SingleInstanceApp, IComponentConnector

The App type exposes the following members.

Constructors

  NameDescription
Public methodApp
Initializes a new instance of the App class
Top
Methods

  NameDescription
Public methodStatic memberGetInstalledOrFallbackEnginePath
Public methodInitializeComponent
InitializeComponent View code on GitHub
Public methodStatic memberMain
Public methodSignalExternalCommandLineArguments
Top
Fields

  NameDescription
Public fieldStatic memberInvokeCommandLineArguments
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIComponentConnector Connect
Top
See Also