Méthode | Description | |
---|---|---|
AssemblyResolver ( object sender, |
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
|
Méthode | Description | |
---|---|---|
GetAssemblyVersionFromPath ( string path ) : string |
public static AssemblyResolver ( object sender, |
||
sender | object | |
args | ||
Résultat |
public static GetAssemblyVersion ( string name ) : string | ||
name | string | |
Résultat | string |