Share via


Program Class

Definition

Entry point class

public ref class Program abstract sealed
public ref class Program abstract sealed
class Program abstract sealed
public static class Program
type Program = class
Public Class Program
Inheritance
Program

Methods

Initialize()

Initializes the non visual aspects of the application

OpenFiles(List<String>)

Called from NamedPipeServer when we receive a file name from another instance of powershell_ise.exe

ShowMainWindow(List<String>, Boolean, Boolean, SendOrPostCallback)

Creates an application object and displays the main window

Applies to