C# 클래스 MvvmCross.Platform.Plugins.MvxFilePluginManager

상속: MvxPluginManager
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxFilePluginManager ( List platformDllPostfixes, string assemblyExtension = "" ) : System
MvxFilePluginManager ( string platformDllPostfix, string assemblyExtension = "" ) : System

보호된 메소드들

메소드 설명
FindPlugin ( Type toLoad ) : IMvxPlugin
GetPluginAssemblyNameFrom ( Type toLoad, string platformDllPostfix ) : string
LoadAssembly ( Type toLoad ) : Assembly

메소드 상세

FindPlugin() 보호된 메소드

protected FindPlugin ( Type toLoad ) : IMvxPlugin
toLoad System.Type
리턴 IMvxPlugin

GetPluginAssemblyNameFrom() 보호된 메소드

protected GetPluginAssemblyNameFrom ( Type toLoad, string platformDllPostfix ) : string
toLoad System.Type
platformDllPostfix string
리턴 string

LoadAssembly() 보호된 메소드

protected LoadAssembly ( Type toLoad ) : Assembly
toLoad System.Type
리턴 System.Reflection.Assembly

MvxFilePluginManager() 공개 메소드

public MvxFilePluginManager ( List platformDllPostfixes, string assemblyExtension = "" ) : System
platformDllPostfixes List
assemblyExtension string
리턴 System

MvxFilePluginManager() 공개 메소드

public MvxFilePluginManager ( string platformDllPostfix, string assemblyExtension = "" ) : System
platformDllPostfix string
assemblyExtension string
리턴 System