C# Class RedGate.AppHost.Client.SafeChildProcessHandle

Inheritance: System.MarshalByRefObject, ISafeChildProcessHandle
显示文件 Open project: red-gate/RedGate.AppHost Class Usage Examples

Public Methods

Method Description
CreateElement ( IAppHostServices services ) : IRemoteElement
InitializeLifetimeService ( ) : object
SafeChildProcessHandle ( Dispatcher uiThreadDispatcher, IOutOfProcessEntryPoint entryPoint ) : System

Method Details

CreateElement() public method

public CreateElement ( IAppHostServices services ) : IRemoteElement
services IAppHostServices
return IRemoteElement

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

SafeChildProcessHandle() public method

public SafeChildProcessHandle ( Dispatcher uiThreadDispatcher, IOutOfProcessEntryPoint entryPoint ) : System
uiThreadDispatcher System.Windows.Threading.Dispatcher
entryPoint IOutOfProcessEntryPoint
return System