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

Inheritance: System.Reflection.RuntimeModule
Afficher le fichier Open project: benjamin-bader/stiletto

Méthodes publiques

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

Private Methods

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

Method Details

CreateModule() public méthode

public CreateModule ( ) : object
Résultat object

GetBindings() public méthode

public GetBindings ( Binding>.IDictionary bindings ) : void
bindings Binding>.IDictionary
Résultat void

ReflectionRuntimeModule() public méthode

public ReflectionRuntimeModule ( Type moduleType, ModuleAttribute attribute ) : System
moduleType System.Type
attribute ModuleAttribute
Résultat System