C# 클래스 Stiletto.Internal.Loaders.Reflection.ReflectionRuntimeModule

상속: System.Reflection.RuntimeModule
파일 보기 프로젝트 열기: benjamin-bader/stiletto

공개 메소드들

메소드 설명
CreateModule ( ) : object
GetBindings ( Binding>.IDictionary bindings ) : void
ReflectionRuntimeModule ( Type moduleType, ModuleAttribute attribute ) : System

비공개 메소드들

메소드 설명
AddNewBinding ( Binding>.IDictionary bindings, string key, MethodInfo method ) : void

메소드 상세

CreateModule() 공개 메소드

public CreateModule ( ) : object
리턴 object

GetBindings() 공개 메소드

public GetBindings ( Binding>.IDictionary bindings ) : void
bindings Binding>.IDictionary
리턴 void

ReflectionRuntimeModule() 공개 메소드

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