C# 클래스 FakeHost.Hosting.AppDomainProxy

Simply provides a remoting gateway to execute code within the ASP.NET-hosting appdomain
상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: andyedinborough/FakeHost 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
InitializeLifetimeService ( ) : object
RunBrowsingSessionInAppDomain ( SerializableDelegate script ) : void
RunCodeInAppDomain ( System.Action codeToRun ) : void
RunCodeInAppDomain ( SerializableDelegate script ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

RunBrowsingSessionInAppDomain() 공개 메소드

public RunBrowsingSessionInAppDomain ( SerializableDelegate script ) : void
script SerializableDelegate
리턴 void

RunCodeInAppDomain() 공개 메소드

public RunCodeInAppDomain ( System.Action codeToRun ) : void
codeToRun System.Action
리턴 void

RunCodeInAppDomain() 공개 메소드

public RunCodeInAppDomain ( SerializableDelegate script ) : void
script SerializableDelegate
리턴 void