C# 클래스 BlueCollar.MachineProxy

Provides proxy access to a Machine instance across application domain boundaries.
상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
MachineProxy ( ILogger logger, string binPath ) : System

Initializes a new instance of the MachineProxy class.

MachineProxy ( ILogger logger, string binPath, bool force ) : System

Initializes a new instance of the MachineProxy class.

비공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool force ) : void
Dispose ( bool force, bool disposing ) : void

Disposes of resources used by this instance.

DisposeHttpApplication ( ) : void

Disposes of the HTTP applications that was created as an entry point.

InvokeEventHandler ( object instance, MethodInfo method ) : void

Invokes the event handler identified by the given method on the given instance.

SetupandInvokeEntryPoint ( ILogger logger, string binPath ) : void

Sets up and invokes an entry point on an HttpApplication implementer found by probing the given bin path.

메소드 상세

MachineProxy() 공개 메소드

Initializes a new instance of the MachineProxy class.
public MachineProxy ( ILogger logger, string binPath ) : System
logger ILogger The logger to use when logging messages.
binPath string The path to use when probing for application assemblies.
리턴 System

MachineProxy() 공개 메소드

Initializes a new instance of the MachineProxy class.
public MachineProxy ( ILogger logger, string binPath, bool force ) : System
logger ILogger The logger to use when logging messages.
binPath string The path to use when probing for application assemblies.
force bool A value indicating whether to force the machine, even if is false.
리턴 System