Assembly.GetManifestResourceInfo(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne des informations sur la façon dont la ressource donnée a été conservée.
public:
virtual System::Reflection::ManifestResourceInfo ^ GetManifestResourceInfo(System::String ^ resourceName);
public virtual System.Reflection.ManifestResourceInfo GetManifestResourceInfo(string resourceName);
public virtual System.Reflection.ManifestResourceInfo? GetManifestResourceInfo(string resourceName);
abstract member GetManifestResourceInfo : string -> System.Reflection.ManifestResourceInfo
override this.GetManifestResourceInfo : string -> System.Reflection.ManifestResourceInfo
Public Overridable Function GetManifestResourceInfo (resourceName As String) As ManifestResourceInfo
Paramètres
- resourceName
- String
Nom sensible à la casse de la ressource.
Retours
Objet rempli d’informations sur la topologie de la ressource ou null si la ressource est introuvable.
Implémente
Exceptions
resourceName a la valeur null.
Le resourceName paramètre est une chaîne vide (« »).
Remarques
Les informations de ressource sont retournées uniquement si la ressource est visible par l’appelant ou si l’appelant a ReflectionPermission.