C# Class Eto.Designer.AppDomainProxy

Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
App_Terminating ( object sender, CancelEventArgs e ) : void
App_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
CurrentDomain_DomainUnload ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetCodeFile() public méthode

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

GetContainer() public méthode

public GetContainer ( ) : object
Résultat object

Init() public méthode

public Init ( string platformType, string initializeAssembly, string mainAssembly, IEnumerable references ) : void
platformType string
initializeAssembly string
mainAssembly string
references IEnumerable
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

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