ManifestResourceInfo Classe
Definizione
Fornisce l'accesso alle risorse manifesto, ovvero i file XML che descrivono le dipendenze dell'applicazione.Provides access to manifest resources, which are XML files that describe application dependencies.
public ref class ManifestResourceInfo
public class ManifestResourceInfo
[System.Runtime.InteropServices.ComVisible(true)]
public class ManifestResourceInfo
type ManifestResourceInfo = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type ManifestResourceInfo = class
Public Class ManifestResourceInfo
- Ereditarietà
-
ManifestResourceInfo
- Attributi
Costruttori
ManifestResourceInfo(Assembly, String, ResourceLocation) |
Inizializza una nuova istanza della classe ManifestResourceInfo per una risorsa contenuta dall'assembly e dal file specificati, caratterizzata dal percorso specificato.Initializes a new instance of the ManifestResourceInfo class for a resource that is contained by the specified assembly and file, and that has the specified location. |
Proprietà
FileName |
Ottiene il nome del file che contiene la risorsa del manifesto, se non equivale al file del manifesto.Gets the name of the file that contains the manifest resource, if it is not the same as the manifest file. |
ReferencedAssembly |
Ottiene l'assembly contenitore della risorsa del manifesto.Gets the containing assembly for the manifest resource. |
ResourceLocation |
Ottiene il percorso della risorsa del manifesto.Gets the manifest resource's location. |
Metodi
Equals(Object) |
Determina se l'oggetto specificato è uguale all'oggetto corrente.Determines whether the specified object is equal to the current object. (Ereditato da Object) |
GetHashCode() |
Funge da funzione hash predefinita.Serves as the default hash function. (Ereditato da Object) |
GetType() |
Ottiene l'oggetto Type dell'istanza corrente.Gets the Type of the current instance. (Ereditato da Object) |
MemberwiseClone() |
Crea una copia superficiale dell'oggetto Object corrente.Creates a shallow copy of the current Object. (Ereditato da Object) |
ToString() |
Restituisce una stringa che rappresenta l'oggetto corrente.Returns a string that represents the current object. (Ereditato da Object) |
Si applica a
Thread safety
Questo tipo è thread-safe.This type is thread safe.