AssemblyBuilder.GetTempFilePhysicalPath(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.
Génère un chemin de fichier temporaire.
public:
System::String ^ GetTempFilePhysicalPath(System::String ^ extension);
public string GetTempFilePhysicalPath (string extension);
member this.GetTempFilePhysicalPath : string -> string
Public Function GetTempFilePhysicalPath (extension As String) As String
Paramètres
- extension
- String
Extension de fichier à utiliser pour le fichier temporaire.
Retours
Chemin d'accès à un fichier temporaire, avec l'extension de fichier spécifiée.
Remarques
Une BuildProvider implémentation appelle la GetTempFilePhysicalPath méthode pour obtenir un chemin d’accès de fichier temporaire qui est automatiquement supprimé après la compilation de l’assembly.
La GetTempFilePhysicalPath méthode génère un chemin d’accès de fichier temporaire unique, mais ne crée pas le fichier.