C# 클래스 EmbeddingIronPython.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: jschementi/orphanage

공개 메소드들

메소드 설명
App ( ) : System
test ( string name, string expected, string code ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

test() 공개 메소드

public test ( string name, string expected, string code ) : bool
name string
expected string
code string
리턴 bool