C# 클래스 _3PA.Lib.LibLoader

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
AssemblyResolver ( object sender, ResolveEventArgs args ) : Assembly

Called when the resolution of an assembly fails, gives us the opportunity to feed the required asssembly to the program

GetAssemblyVersion ( string name ) : string

Get the version of the given library, if it fails it returns an empty string

비공개 메소드들

메소드 설명
GetAssemblyVersionFromPath ( string path ) : string

메소드 상세

AssemblyResolver() 공개 정적인 메소드

Called when the resolution of an assembly fails, gives us the opportunity to feed the required asssembly to the program
public static AssemblyResolver ( object sender, ResolveEventArgs args ) : Assembly
sender object
args System.ResolveEventArgs
리턴 System.Reflection.Assembly

GetAssemblyVersion() 공개 정적인 메소드

Get the version of the given library, if it fails it returns an empty string
public static GetAssemblyVersion ( string name ) : string
name string
리턴 string