ManagementObject.CopyTo 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.
Copie l’objet à un autre emplacement.
Surcharges
| Nom | Description |
|---|---|
| CopyTo(ManagementOperationObserver, String, PutOptions) |
Copie l’objet à un autre emplacement, de façon asynchrone. |
| CopyTo(ManagementOperationObserver, ManagementPath, PutOptions) |
Copie l’objet à un autre emplacement, de façon asynchrone. |
| CopyTo(String, PutOptions) |
Copie l’objet à un autre emplacement. |
| CopyTo(ManagementPath, PutOptions) |
Copie l’objet à un autre emplacement. |
| CopyTo(ManagementOperationObserver, ManagementPath) |
Copie l’objet à un autre emplacement, de façon asynchrone. |
| CopyTo(String) |
Copie l’objet à un autre emplacement. |
| CopyTo(ManagementPath) |
Copie l’objet à un autre emplacement. |
| CopyTo(ManagementOperationObserver, String) |
Copie l’objet à un autre emplacement, de façon asynchrone. |
CopyTo(ManagementOperationObserver, String, PutOptions)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement, de façon asynchrone.
public:
void CopyTo(System::Management::ManagementOperationObserver ^ watcher, System::String ^ path, System::Management::PutOptions ^ options);
public void CopyTo(System.Management.ManagementOperationObserver watcher, string path, System.Management.PutOptions options);
member this.CopyTo : System.Management.ManagementOperationObserver * string * System.Management.PutOptions -> unit
Public Sub CopyTo (watcher As ManagementOperationObserver, path As String, options As PutOptions)
Paramètres
- watcher
- ManagementOperationObserver
Objet qui recevra les résultats de l’opération.
- path
- String
Chemin d’accès auquel l’objet doit être copié.
- options
- PutOptions
Options pour la façon dont l’objet doit être placé.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(ManagementOperationObserver, ManagementPath, PutOptions)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement, de façon asynchrone.
public:
void CopyTo(System::Management::ManagementOperationObserver ^ watcher, System::Management::ManagementPath ^ path, System::Management::PutOptions ^ options);
public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path, System.Management.PutOptions options);
member this.CopyTo : System.Management.ManagementOperationObserver * System.Management.ManagementPath * System.Management.PutOptions -> unit
Public Sub CopyTo (watcher As ManagementOperationObserver, path As ManagementPath, options As PutOptions)
Paramètres
- watcher
- ManagementOperationObserver
Objet qui recevra les résultats de l’opération.
- path
- ManagementPath
Chemin d’accès auquel l’objet doit être copié.
- options
- PutOptions
Options pour la façon dont l’objet doit être placé.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(String, PutOptions)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement.
public:
System::Management::ManagementPath ^ CopyTo(System::String ^ path, System::Management::PutOptions ^ options);
public System.Management.ManagementPath CopyTo(string path, System.Management.PutOptions options);
member this.CopyTo : string * System.Management.PutOptions -> System.Management.ManagementPath
Public Function CopyTo (path As String, options As PutOptions) As ManagementPath
Paramètres
- path
- String
Chemin d’accès auquel l’objet doit être copié.
- options
- PutOptions
Options pour la façon dont l’objet doit être placé.
Retours
Nouveau chemin d’accès de l’objet copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(ManagementPath, PutOptions)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement.
public:
System::Management::ManagementPath ^ CopyTo(System::Management::ManagementPath ^ path, System::Management::PutOptions ^ options);
public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path, System.Management.PutOptions options);
member this.CopyTo : System.Management.ManagementPath * System.Management.PutOptions -> System.Management.ManagementPath
Public Function CopyTo (path As ManagementPath, options As PutOptions) As ManagementPath
Paramètres
- path
- ManagementPath
ManagementPath Vers lequel l’objet doit être copié.
- options
- PutOptions
Options pour la façon dont l’objet doit être placé.
Retours
Nouveau chemin d’accès de l’objet copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(ManagementOperationObserver, ManagementPath)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement, de façon asynchrone.
public:
void CopyTo(System::Management::ManagementOperationObserver ^ watcher, System::Management::ManagementPath ^ path);
public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path);
member this.CopyTo : System.Management.ManagementOperationObserver * System.Management.ManagementPath -> unit
Public Sub CopyTo (watcher As ManagementOperationObserver, path As ManagementPath)
Paramètres
- watcher
- ManagementOperationObserver
Objet qui recevra les résultats de l’opération.
- path
- ManagementPath
Spécifiant ManagementPath le chemin d’accès auquel l’objet doit être copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(String)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement.
public:
System::Management::ManagementPath ^ CopyTo(System::String ^ path);
public System.Management.ManagementPath CopyTo(string path);
member this.CopyTo : string -> System.Management.ManagementPath
Public Function CopyTo (path As String) As ManagementPath
Paramètres
- path
- String
Chemin d’accès auquel l’objet doit être copié.
Retours
Nouveau chemin d’accès de l’objet copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(ManagementPath)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement.
public:
System::Management::ManagementPath ^ CopyTo(System::Management::ManagementPath ^ path);
public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path);
member this.CopyTo : System.Management.ManagementPath -> System.Management.ManagementPath
Public Function CopyTo (path As ManagementPath) As ManagementPath
Paramètres
- path
- ManagementPath
ManagementPath Vers lequel l’objet doit être copié.
Retours
Nouveau chemin d’accès de l’objet copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.
S’applique à
CopyTo(ManagementOperationObserver, String)
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
- Source:
- ManagementObject.cs
Copie l’objet à un autre emplacement, de façon asynchrone.
public:
void CopyTo(System::Management::ManagementOperationObserver ^ watcher, System::String ^ path);
public void CopyTo(System.Management.ManagementOperationObserver watcher, string path);
member this.CopyTo : System.Management.ManagementOperationObserver * string -> unit
Public Sub CopyTo (watcher As ManagementOperationObserver, path As String)
Paramètres
- watcher
- ManagementOperationObserver
Objet qui recevra les résultats de l’opération.
- path
- String
Chemin d’accès auquel l’objet doit être copié.
Remarques
Sécurité du .NET Framework
Confiance totale pour l’appelant immédiat. Ce membre ne peut pas être utilisé par du code partiellement approuvé. Pour plus d’informations, consultez Utilisation de bibliothèques à partir de code partiellement approuvé.