Method | Description | |
---|---|---|
GetAssemblyName ( |
Gets the AssemblyName of an assembly.
|
|
GetAssemblyPath ( |
Gets the path from which an assembly was loaded. For builds where this is not possible, returns the name of the assembly.
|
|
GetAssemblyPathFromCodeBase ( string codeBase ) : string |
Gets the assembly path from code base. Public for testing purposes |
|
GetDirectoryName ( |
Gets the path to the directory from which an assembly was loaded.
|
|
Load ( string name ) : |
Loads an assembly given a string, which is the AssemblyName
|
Method | Description | |
---|---|---|
IsFileUri ( string uri ) : bool |
public static GetAssemblyName ( |
||
assembly | The assembly | |
return |
public static GetAssemblyPath ( |
||
assembly | The assembly. | |
return | string |
public static GetAssemblyPathFromCodeBase ( string codeBase ) : string | ||
codeBase | string | The code base. |
return | string |
public static GetDirectoryName ( |
||
assembly | The assembly. | |
return | string |
public static Load ( string name ) : |
||
name | string | |
return |