IAnalyzerAssemblyLoader.LoadFromPath(String) Méthode

Définition

Étant donné le chemin d’accès complet à un assembly sur le disque, charge et retourne l’objet correspondant Assembly .

public:
 System::Reflection::Assembly ^ LoadFromPath(System::String ^ fullPath);
public System.Reflection.Assembly LoadFromPath (string fullPath);
abstract member LoadFromPath : string -> System.Reflection.Assembly
Public Function LoadFromPath (fullPath As String) As Assembly

Paramètres

fullPath
String

Retours

Exceptions

fullPath a la valeur null.

fullPath n'est pas un chemin complet.

Remarques

Plusieurs appels avec le même chemin d’accès doivent retourner la même Assembly instance.

S’applique à