C# Class Drey.Nut.StartupProxy

Inheritance: ProxyBase
Mostra file Open project: dealproc/Drey

Public Methods

Method Description
Build ( string pathAndFile, string typeName ) : IShell

Creates an IShell instance within a child app domain, given the library's full path and class name.

StartupProxy ( ) : System

Method Details

Build() public method

Creates an IShell instance within a child app domain, given the library's full path and class name.
public Build ( string pathAndFile, string typeName ) : IShell
pathAndFile string The path and file.
typeName string Name of the type.
return IShell

StartupProxy() public method

public StartupProxy ( ) : System
return System