C# Class OpenSlx.AutoWire.Inspector

Inheritance: System.MarshalByRefObject
Mostrar archivo Open project: nicocrm/OpenSlx

Public Methods

Method Description
CollectMethodDescriptionsForApp ( String basePath ) : List
InitializeDomain ( String deploymentFolder ) : void

Private Methods

Method Description
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

Method Details

CollectMethodDescriptionsForApp() public method

public CollectMethodDescriptionsForApp ( String basePath ) : List
basePath String
return List

InitializeDomain() public method

public InitializeDomain ( String deploymentFolder ) : void
deploymentFolder String
return void