C# Class Eto.Designer.AppDomainDesignHost

Inheritance: IDesignHost, IDisposable
显示文件 Open project: picoe/Eto

Public Methods

Method Description
AppDomainDesignHost ( ) : Eto.Forms
Dispose ( ) : void
GetCodeFile ( string fileName ) : string
GetContainer ( ) : Control
Invalidate ( ) : void
SetBuilder ( string fileName ) : bool
Update ( string code ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Domain_DomainUnload ( object sender, EventArgs e ) : void
GetShadowCopyDirs ( ) : IEnumerable
SetupAppDomain ( bool setBuilder ) : bool
Timer_Elapsed ( object sender, EventArgs e ) : void
UnloadDomain ( AppDomain domain ) : void

Method Details

AppDomainDesignHost() public method

public AppDomainDesignHost ( ) : Eto.Forms
return Eto.Forms

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCodeFile() public method

public GetCodeFile ( string fileName ) : string
fileName string
return string

GetContainer() public method

public GetContainer ( ) : Control
return Eto.Forms.Control

Invalidate() public method

public Invalidate ( ) : void
return void

SetBuilder() public method

public SetBuilder ( string fileName ) : bool
fileName string
return bool

Update() public method

public Update ( string code ) : void
code string
return void