C# 클래스 Eto.Designer.AppDomainProxy

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetCodeFile ( string fileName ) : string
GetContainer ( ) : object
Init ( string platformType, string initializeAssembly, string mainAssembly, IEnumerable references ) : void
InitializeLifetimeService ( ) : object
Invalidate ( ) : void
SetBuilder ( string fileName ) : bool
Update ( string code ) : void

비공개 메소드들

메소드 설명
App_Terminating ( object sender, CancelEventArgs e ) : void
App_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetCodeFile() 공개 메소드

public GetCodeFile ( string fileName ) : string
fileName string
리턴 string

GetContainer() 공개 메소드

public GetContainer ( ) : object
리턴 object

Init() 공개 메소드

public Init ( string platformType, string initializeAssembly, string mainAssembly, IEnumerable references ) : void
platformType string
initializeAssembly string
mainAssembly string
references IEnumerable
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

SetBuilder() 공개 메소드

public SetBuilder ( string fileName ) : bool
fileName string
리턴 bool

Update() 공개 메소드

public Update ( string code ) : void
code string
리턴 void