C# Класс OpenSlx.AutoWire.Inspector

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

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

Метод Описание
CollectMethodDescriptionsForApp ( String basePath ) : List
InitializeDomain ( String deploymentFolder ) : void

Приватные методы

Метод Описание
CollectMethodDescriptionsForAssembly ( string file, List result ) : void

Check for custom "AutoWire" attributes added to any (static) method in the assembly, and populate corresponding descriptions.

CurrentDomain_ReflectionOnlyAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
FormatType ( Type targetType ) : string

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

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

public CollectMethodDescriptionsForApp ( String basePath ) : List
basePath String
Результат List

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

public InitializeDomain ( String deploymentFolder ) : void
deploymentFolder String
Результат void