C# 클래스 System.Windows.Forms.Application

파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : void
Run ( ApplicationContext context ) : void
Run ( Form mainForm ) : void
Run ( Func
mainForm ) : void
Run ( NSWindow mainForm ) : void

비공개 메소드들

메소드 설명
Application ( ) : System
MonoMacInit ( ) : void

Initialize MonoMac. Use instead of the above functions when running in an embedded environment.

메소드 상세

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( ApplicationContext context ) : void
context ApplicationContext
리턴 void

Run() 공개 정적인 메소드

public static Run ( Form mainForm ) : void
mainForm Form
리턴 void

Run() 공개 정적인 메소드

public static Run ( Func mainForm ) : void
mainForm Func
리턴 void

Run() 공개 정적인 메소드

public static Run ( NSWindow mainForm ) : void
mainForm NSWindow
리턴 void