VmRunWrapperFileCopyFromGuestToHost Method
Copies a file from the guest operating system of the specified virtual machine to the host operating system.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void FileCopyFromGuestToHost(
VMWareVirtualMachine vm,
string guestFilePath,
string hostFilePath
)
Public Sub FileCopyFromGuestToHost (
vm As VMWareVirtualMachine,
guestFilePath As String,
hostFilePath As String
)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim guestFilePath As String
Dim hostFilePath As String
instance.FileCopyFromGuestToHost(vm,
guestFilePath, hostFilePath)
public:
void FileCopyFromGuestToHost(
VMWareVirtualMachine^ vm,
String^ guestFilePath,
String^ hostFilePath
)
member FileCopyFromGuestToHost :
vm : VMWareVirtualMachine *
guestFilePath : string *
hostFilePath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- guestFilePath String
-
The source file path; the file to be copied from the guest operating system.
- hostFilePath String
-
The destination file path; the file being copied into the host operating system.