AssemblyBuilder.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 manière dont la ressource donnée a été persistante.
public:
override System::Reflection::ManifestResourceInfo ^ GetManifestResourceInfo(System::String ^ resourceName);
public override System.Reflection.ManifestResourceInfo? GetManifestResourceInfo (string resourceName);
public override System.Reflection.ManifestResourceInfo GetManifestResourceInfo (string resourceName);
override this.GetManifestResourceInfo : string -> System.Reflection.ManifestResourceInfo
Public Overrides Function GetManifestResourceInfo (resourceName As String) As ManifestResourceInfo
Paramètres
- resourceName
- String
Nom de la ressource.
Retours
ManifestResourceInfo rempli par des informations sur la topologie de la ressource, ou null
si la ressource est introuvable.
Exceptions
Cette méthode n’est pas prise en charge pour l’instant.
L'appelant n'a pas l'autorisation requise.