C# Класс _3PA.Lib.LibLoader

Показать файл Открыть проект

Открытые методы

Метод Описание
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