VmRunWrapperFileCopyFromHostToGuest Method
Copies a file from the host operating system to the guest operating system of the specified virtual machine.
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 FileCopyFromHostToGuest(
VMWareVirtualMachine vm,
string hostFilePath,
string guestFilePath
)
Public Sub FileCopyFromHostToGuest (
vm As VMWareVirtualMachine,
hostFilePath As String,
guestFilePath As String
)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim hostFilePath As String
Dim guestFilePath As String
instance.FileCopyFromHostToGuest(vm,
hostFilePath, guestFilePath)
public:
void FileCopyFromHostToGuest(
VMWareVirtualMachine^ vm,
String^ hostFilePath,
String^ guestFilePath
)
member FileCopyFromHostToGuest :
vm : VMWareVirtualMachine *
hostFilePath : string *
guestFilePath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- hostFilePath String
-
The source file path; the file to be copied from the host operating system.
- guestFilePath String
-
The destination file path; the file being copied into the guest operating system.