C# Class Stiletto.Internal.Loaders.Reflection.ReflectionRuntimeModule

Inheritance: System.Reflection.RuntimeModule
Mostrar archivo Open project: benjamin-bader/stiletto

Public Methods

Method Description
CreateModule ( ) : object
GetBindings ( Binding>.IDictionary bindings ) : void
ReflectionRuntimeModule ( Type moduleType, ModuleAttribute attribute ) : System

Private Methods

Method Description
AddNewBinding ( Binding>.IDictionary bindings, string key, MethodInfo method ) : void

Method Details

CreateModule() public method

public CreateModule ( ) : object
return object

GetBindings() public method

public GetBindings ( Binding>.IDictionary bindings ) : void
bindings Binding>.IDictionary
return void

ReflectionRuntimeModule() public method

public ReflectionRuntimeModule ( Type moduleType, ModuleAttribute attribute ) : System
moduleType System.Type
attribute ModuleAttribute
return System