Class App

Interaction logic for App.xaml

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.Application
      MarkdownMonster.App
public class App : Application

Class Members

MemberDescription

Constructor

InitializeComponent

InitializeComponent

public void InitializeComponent()

Main

Application Entry Point.

public static void Main()

CommandArgs

Startup Command Arguments without the initial full command line. arg[0] is the first parameter on the command line.

ForceNewWindow

Command Line: Force a new Window to be opened

InitialStartDirectory

Captured, fixed startup directory when MM was started. This value never changes.

IsPortableMode

Command Line: Start MM in portable mode which causes looking for configuration files in the local folder hiearchy.

Important: Folder structure requires READ/WRITE access in order to save settings

LineToOpen

Command Line: Parsed Line Number from Command Line of document line to open

Mutex

NoSplash

Command Line: Don't show a splach

StartInPresentationMode

Command Line: Open MM in Presentation Mode

UserDataPath

VersionCheckUrl

Requirements

Namespace: MarkdownMonster
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic