C# Класс Drey.Nut.StartupProxy

Наследование: ProxyBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Build() публичный Метод

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.
Результат IShell

StartupProxy() публичный Метод

public StartupProxy ( ) : System
Результат System