C# Class Eto.Designer.AppDomainDesignHost

Inheritance: IDesignHost, IDisposable
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public AppDomainDesignHost ( ) : Eto.Forms
Résultat Eto.Forms

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCodeFile() public méthode

public GetCodeFile ( string fileName ) : string
fileName string
Résultat string

GetContainer() public méthode

public GetContainer ( ) : Control
Résultat Eto.Forms.Control

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

SetBuilder() public méthode

public SetBuilder ( string fileName ) : bool
fileName string
Résultat bool

Update() public méthode

public Update ( string code ) : void
code string
Résultat void