C# Class EmbeddingIronPython.App

Inheritance: System.Windows.Application
Afficher le fichier Open project: jschementi/orphanage

Méthodes publiques

Méthode Description
App ( ) : System
test ( string name, string expected, string code ) : bool

Private Methods

Méthode Description
Application_Exit ( object sender, EventArgs e ) : void
Application_Startup ( object sender, System.Windows.StartupEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
ReportErrorToDOM ( System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void

Method Details

App() public méthode

public App ( ) : System
Résultat System

test() public méthode

public test ( string name, string expected, string code ) : bool
name string
expected string
code string
Résultat bool