C# Class FakeHost.Hosting.AppDomainProxy

Simply provides a remoting gateway to execute code within the ASP.NET-hosting appdomain
Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: andyedinborough/FakeHost Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
InitializeLifetimeService ( ) : object
RunBrowsingSessionInAppDomain ( SerializableDelegate script ) : void
RunCodeInAppDomain ( System.Action codeToRun ) : void
RunCodeInAppDomain ( SerializableDelegate script ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

RunBrowsingSessionInAppDomain() public méthode

public RunBrowsingSessionInAppDomain ( SerializableDelegate script ) : void
script SerializableDelegate
Résultat void

RunCodeInAppDomain() public méthode

public RunCodeInAppDomain ( System.Action codeToRun ) : void
codeToRun System.Action
Résultat void

RunCodeInAppDomain() public méthode

public RunCodeInAppDomain ( SerializableDelegate script ) : void
script SerializableDelegate
Résultat void